Skip to content

Commit

Permalink
PyPI is very hard!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Saunders committed Jun 4, 2018
1 parent a1102bf commit 3d4eb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open('README.md') as f:
long_description = f.read()

version='0.1.2'
version='0.1.3'

setup(name='bindsnet',
version=version,
Expand All @@ -14,7 +14,7 @@
url='http://github.com/Hananel-Hazan/bindsnet',
author='Daniel Saunders, Hananel Hazan, Darpan Sanghavi, Hassaan Khan',
author_email='djsaunde@cs.umass.edu',
packages=['bindsnet'],
packages=find_packages(),
zip_safe=False,
download_url='https://github.com/Hananel-Hazan/bindsnet/archive/%s.tar.gz' % version,
install_requires=['numpy>=1.14.2',
Expand Down

0 comments on commit 3d4eb64

Please sign in to comment.