We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e6b75 commit 75eda8bCopy full SHA for 75eda8b
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="vermin",
16
- version="1.0.1",
+ version="1.0.2",
17
18
description="Concurrently detect the minimum Python versions needed to run code",
19
long_description=long_description,
vermin/constants.py
@@ -1 +1 @@
1
-VERSION = "1.0.1"
+VERSION = "1.0.2"
0 commit comments