Skip to content

Commit

Permalink
Bump requirements to axl 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Mar 15, 2018
1 parent 11e9708 commit a57efb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
axelrod>=4.0.0
axelrod>=4.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def read(*names, **kwargs):
'Topic :: Utilities',
],
install_requires=[
'axelrod >= 4.0.0',
'axelrod >= 4.1.0',
],
python_requires=">=3.5",
)

0 comments on commit a57efb3

Please sign in to comment.