Skip to content

Commit

Permalink
This is an auto-commit, updating project meta data, such as changelog…
Browse files Browse the repository at this point in the history
….rst, contributors.rst
  • Loading branch information
chfw committed Aug 27, 2020
1 parent 72dbf03 commit de02049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = 'pypi'
python_version= '3.6'

[packages]
gease = "*"
gease = '>=0.0.7'

[dev-packages]
nose = "*"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gease
gease>=0.0.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@


INSTALL_REQUIRES = [
"gease",
"gease>=0.0.7",
]
SETUP_COMMANDS = {}

Expand Down

0 comments on commit de02049

Please sign in to comment.