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 062bb93 commit 65d1688Copy full SHA for 65d1688
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup, find_packages
2
3
-package_version = '0.26'
+package_version = '0.27'
4
5
# to release:
6
# - increment number
7
-# - export NUMBER="0.26"
+# - export NUMBER="0.27"
8
# - git add -u; git commit -m "v${NUMBER} release"; git tag -a v${NUMBER} -m v${NUMBER}; git push; git push origin v${NUMBER}
9
# - python setup.py register sdist upload
10
0 commit comments