Skip to content

Commit a1102bf

Browse files
author
Dan Saunders
committed
PyPI is difficult!
1 parent c66591d commit a1102bf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
with open('README.md') as f:
44
long_description = f.read()
55

6+
version='0.1.2'
7+
68
setup(name='bindsnet',
7-
version='0.1',
9+
version=version,
810
description='Spiking neural networks for ML in Python',
911
license='AGPL-3.0',
1012
long_description=long_description,
@@ -14,7 +16,7 @@
1416
author_email='djsaunde@cs.umass.edu',
1517
packages=['bindsnet'],
1618
zip_safe=False,
17-
download_url='https://github.com/Hananel-Hazan/bindsnet/archive/0.1.tar.gz',
19+
download_url='https://github.com/Hananel-Hazan/bindsnet/archive/%s.tar.gz' % version,
1820
install_requires=['numpy>=1.14.2',
1921
'torch>=0.4.0',
2022
'tqdm>=4.19.9',

0 commit comments

Comments
 (0)