We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6024753 commit 89a38acCopy full SHA for 89a38ac
1 file changed
setup.py
@@ -10,7 +10,7 @@ def read(*parts):
10
return fp.read()
11
12
13
-VERSION = (0, 9, 7)
+VERSION = (0, 9, 8)
14
version = '.'.join(map(str, VERSION))
15
16
setup(
0 commit comments