From 9495fa184a8b97e23b0cf2cbf13e8ff17d3cc26d Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 3 Mar 2020 15:09:52 +0100 Subject: [PATCH] New bugfix release 0.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7122352..938ff53 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="compileall2", - version="0.7.0", + version="0.7.1", author="Lumír Balhar", author_email="frenzy.madness@gmail.com", description="Enhanced Python `compileall` module",