diff --git a/setup.py b/setup.py index 8e4f277..5c6b2b3 100644 --- a/setup.py +++ b/setup.py @@ -16,5 +16,5 @@ python_requires=">=3.6", scripts=["cli50"], url="https://github.com/cs50/cli50", - version="2.0.2" + version="2.0.3" )