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 5b2a2f9 commit 4a22733Copy full SHA for 4a22733
setup.py
@@ -10,7 +10,7 @@ def read(*parts):
10
return fp.read()
11
12
13
-VERSION = (0, 2, 10)
+VERSION = (0, 3, 0)
14
version = '.'.join(map(str, VERSION))
15
16
setup(
0 commit comments