Skip to content

Commit f23883b

Browse files
committed
Increment version number.
1 parent b4eb6d0 commit f23883b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.1.7'
62+
version = '0.2.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.1.7'
64+
release = version
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99
import subprocess
1010

11-
VERSION = '0.1.7'
11+
VERSION = '0.2.0'
1212

1313
def chdir(func, directory):
1414
old_dir = os.getcwd()

0 commit comments

Comments
 (0)