Skip to content

Commit

Permalink
Merge pull request #26 from Yoctol/release_0.4.0
Browse files Browse the repository at this point in the history
release 0.4.0
  • Loading branch information
plliao authored Jun 26, 2017
2 parents 85b57d1 + 7a51233 commit 578ce51
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

setup(
name='seq2vec',
version='0.2.0',
description='A pip package',
version='0.4.0',
description='A package to turn sequence of words'
'into a fix-length representation vector',
license='GNU 3.0',
author='cph',
packages=find_packages(),
Expand All @@ -18,7 +19,9 @@
'keras',
'yoctol_utils',
'gensim',
'h5py'
'h5py',
'yoctol_keras_layer_zoo',
'tensorflow'
],
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 578ce51

Please sign in to comment.