Skip to content

Commit a57efb3

Browse files
committed
Bump requirements to axl 4.1.0
1 parent 11e9708 commit a57efb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
axelrod>=4.0.0
1+
axelrod>=4.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def read(*names, **kwargs):
5454
'Topic :: Utilities',
5555
],
5656
install_requires=[
57-
'axelrod >= 4.0.0',
57+
'axelrod >= 4.1.0',
5858
],
5959
python_requires=">=3.5",
6060
)

0 commit comments

Comments
 (0)