Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Oct 16, 2020
1 parent 5319aa0 commit d0635ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metapi/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3

__version__ = '0.9.3'
__version__ = '1.0.1'
__author__ = "Jie Zhu"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

requires = [
req.strip()
for req in open("requirements.txt", "rU").readlines()
for req in open("requirements.txt", "r").readlines()
if not req.startswith("#")
]

Expand Down

0 comments on commit d0635ff

Please sign in to comment.