diff --git a/setup.py b/setup.py index 0f72e27..26855f3 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ packages=find_packages(exclude=["tests"]), scripts=["bin/compare50"], url="https://github.com/cs50/compare50", - version="1.2.2", + version="1.2.3", include_package_data=True, )