We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c486df7 commit 2e0bed3Copy full SHA for 2e0bed3
README.rst
@@ -52,7 +52,7 @@ Examples
52
::
53
54
% ./vermin.py
55
- Vermin 0.4.3
+ Vermin 0.4.4
56
Usage: ./vermin.py [options] <python source files and folders..>
57
58
Options:
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="vermin",
16
- version="0.4.3",
+ version="0.4.4",
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 = "0.4.3"
+VERSION = "0.4.4"
0 commit comments