We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b3562 commit f5e921cCopy full SHA for f5e921c
setup.py
@@ -9,7 +9,7 @@
9
import sys
10
from distutils.core import setup
11
12
-VERSION = '0.1.73'
+VERSION = '0.1.74'
13
14
if sys.version_info < (2, 7) or (3, 0) <= sys.version_info < (3, 6):
15
print('This program requires at least Python 2.7 or 3.6 to run.')
0 commit comments