We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4eb6d0 commit f23883bCopy full SHA for f23883b
docs/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '0.1.7'
+version = '0.2.0'
63
# The full version, including alpha/beta/rc tags.
64
-release = '0.1.7'
+release = version
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -8,7 +8,7 @@
8
import sys
9
import subprocess
10
11
-VERSION = '0.1.7'
+VERSION = '0.2.0'
12
13
def chdir(func, directory):
14
old_dir = os.getcwd()
0 commit comments