We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c032d31 commit 57f8e9eCopy full SHA for 57f8e9e
1 file changed
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
4
-VERSION = (0, 2, 2)
+VERSION = (0, 2, 3)
5
version = '.'.join(map(str, VERSION))
6
7
setup(
0 commit comments