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