From a328c52e867023716fb1534a7c0946b1ff593c7f Mon Sep 17 00:00:00 2001 From: Morten Kristensen Date: Mon, 9 Mar 2020 19:42:42 +0100 Subject: [PATCH] Version 0.10.1 --- setup.py | 2 +- vermin/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"