Skip to content

Commit 3a19cd2

Browse files
committed
fix version number
1 parent dccb749 commit 3a19cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# some influences here came from https://github.com/audreyr/cookiecutter/blob/master/setup.py
55

6-
version = '0.2.1'
6+
version = '0.2.2'
77

88
with io.open('README.rst', 'r', encoding='utf-8') as readme_file:
99
readme = readme_file.read()

0 commit comments

Comments
 (0)