We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f401548 commit 3d42028Copy full SHA for 3d42028
docs/conf.py
@@ -59,7 +59,7 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '0.2.0'
+version = '0.2.1'
63
# The full version, including alpha/beta/rc tags.
64
release = version
65
setup.py
@@ -8,7 +8,7 @@
8
import sys
9
import subprocess
10
11
-VERSION = '0.2.0'
+VERSION = '0.2.1'
12
13
def chdir(func, directory):
14
old_dir = os.getcwd()
0 commit comments