We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b611b commit ce53c37Copy full SHA for ce53c37
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
if sys.version_info < (3,6):
11
sys.exit('Sorry, Python < 3.6 is not supported')
12
13
-VERSION = "2.6.3"
+VERSION = "2.6.4"
14
15
with open('README.rst', 'r') as f:
16
long_description = f.read()
0 commit comments