We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284a9d5 commit 98363c9Copy full SHA for 98363c9
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="polytropos",
8
- version="0.0.1",
+ version="0.0.2",
9
license='agpl-3.0',
10
url='https://github.com/borenstein/polytropos',
11
long_description=long_description,
@@ -20,7 +20,7 @@
20
'dacite',
21
'pyyaml',
22
],
23
- download_url='https://github.com/borenstein/polytropos/archive/0.0.1.tar.gz',
+ download_url='https://github.com/borenstein/polytropos/archive/0.0.2.tar.gz',
24
classifiers=[
25
'Development Status :: 3 - Alpha',
26
'Intended Audience :: Developers',
0 commit comments