Skip to content

Commit

Permalink
2024年6月4日 提交ops1
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Jun 4, 2024
1 parent f8572fc commit 7a653d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ ENV/
# mypy
.mypy_cache/

.idea
.idea
.github/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys
from distutils.core import setup

VERSION = '0.1.72'
VERSION = '0.1.73'

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

0 comments on commit 7a653d3

Please sign in to comment.