diff --git a/setup.py b/setup.py index addaa0c8..9f8c98c2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="vermin", - version="0.10.2", + version="0.10.3", 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 96dd69e4..d3e0bd4a 100644 --- a/vermin/constants.py +++ b/vermin/constants.py @@ -1 +1 @@ -VERSION = "0.10.2" +VERSION = "0.10.3"