Skip to content

Commit

Permalink
Merge pull request #44 from corochann/version_0.1.0
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
delta2323 authored Dec 14, 2017
2 parents 15e49b5 + 686697f commit 4c8a009
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
]

setup(name='chainer-chemistry',
version='0.0.1',
description='A Library for Deep Learning in Biology and Chemistry',
version='0.1.0',
description='Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry',
author='Kosuke Nakago',
author_email='[email protected]',
packages=find_packages(),
license='MIT',
url='http://chainer-chemistry.readthedocs.io/en/latest/index.html',
setup_requires=setup_requires,
install_requires=install_requires
)

0 comments on commit 4c8a009

Please sign in to comment.