From 48aee59a032938d17ca3d82e86c49fb6e87d0d58 Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Sun, 8 Aug 2021 15:45:58 -0400 Subject: [PATCH] update lib50 requirement, bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 519dbd3..c3fc8e2 100644 --- a/setup.py +++ b/setup.py @@ -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"], @@ -21,5 +21,5 @@ }, py_requires="3.6", url="https://github.com/cs50/help50", - version="3.0.4" + version="3.0.5" )