We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9cb8c commit 6af8d30Copy full SHA for 6af8d30
setup.py
@@ -2,7 +2,7 @@
2
3
from sys import version_info
4
5
-__version__ = '1.2'
+__version__ = '1.2.1'
6
7
py_version = version_info[:2]
8
if py_version < (2, 6):
0 commit comments