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 529bf6a commit 5acdb1cCopy full SHA for 5acdb1c
pypkgexample/_version.py
@@ -1 +1 @@
1
-__version__ = '0.0.0'
+__version__ = '1.0.0'
setup.py
@@ -59,7 +59,7 @@
59
60
setup(
61
name='pypkgexample',
62
- version='0.0.0',
+ version='1.0.0',
63
description='Example python package with compiled extensions',
64
url='https://github.com/giadarol/pypkgexample',
65
author='Giovanni Iadarola',
0 commit comments