Skip to content

Commit 3d42028

Browse files
committed
Increment version number.
1 parent f401548 commit 3d42028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

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

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.2.0'
11+
VERSION = '0.2.1'
1212

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

0 commit comments

Comments
 (0)