From 6752273d54e69d9ab010d0e37a4bb756e164dd47 Mon Sep 17 00:00:00 2001 From: Chad Sharp Date: Wed, 14 Aug 2019 18:20:29 -0400 Subject: [PATCH] Version++ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3579e9..3eb650b 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,6 @@ "console_scripts": ["style50=style50.__main__:main"], }, url="https://github.com/cs50/style50", - version="2.7.1", + version="2.7.2", include_package_data=True, )