Skip to content

Commit

Permalink
Merge pull request #290 from cs50/update-lib50-requirement
Browse files Browse the repository at this point in the history
update lib50 requirement, bump version
  • Loading branch information
rongxin-liu authored Aug 9, 2021
2 parents c78c228 + 48aee59 commit 928417d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
license="GPLv3",
description="This is help50, a command-line tool that helps students understand error messages.",
install_requires=["colorama", "termcolor", "lib50>2,<3"],
install_requires=["colorama", "termcolor", "lib50>=3,<4"],
keywords="help50",
name="help50",
packages=["help50"],
Expand All @@ -21,5 +21,5 @@
},
py_requires="3.6",
url="https://github.com/cs50/help50",
version="3.0.4"
version="3.0.5"
)

0 comments on commit 928417d

Please sign in to comment.