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