diff --git a/setup.py b/setup.py index c1acb8f5..e25bc273 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="vermin", - version="0.10.0", + version="0.10.1", description="Concurrently detect the minimum Python versions needed to run code", long_description=long_description, diff --git a/vermin/constants.py b/vermin/constants.py index 412148a3..72662860 100644 --- a/vermin/constants.py +++ b/vermin/constants.py @@ -1 +1 @@ -VERSION = "0.10.0" +VERSION = "0.10.1"