Skip to content

Commit f5e921c

Browse files
committed
2024年6月7日 pypi
1 parent 01b3562 commit f5e921c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
from distutils.core import setup
1111

12-
VERSION = '0.1.73'
12+
VERSION = '0.1.74'
1313

1414
if sys.version_info < (2, 7) or (3, 0) <= sys.version_info < (3, 6):
1515
print('This program requires at least Python 2.7 or 3.6 to run.')

0 commit comments

Comments
 (0)