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