From 92644b5b72d69e903cfd24a7ee025aa874bae452 Mon Sep 17 00:00:00 2001 From: Brenda Anderson Date: Sun, 24 Dec 2023 13:35:08 +1300 Subject: [PATCH] Update setup.py update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a374029..550225f 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,6 @@ "console_scripts": ["check50=check50.__main__:main"] }, url="https://github.com/cs50/check50", - version="3.3.10", + version="3.3.11", include_package_data=True )