Skip to content

Commit b883ba9

Browse files
committed
Version 0.4.7
1 parent 7ea5169 commit b883ba9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Examples
5353
::
5454

5555
% ./vermin.py
56-
Vermin 0.4.6
56+
Vermin 0.4.7
5757
Usage: ./vermin.py [options] <python source files and folders..>
5858

5959
Options:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="vermin",
16-
version="0.4.6",
16+
version="0.4.7",
1717

1818
description="Concurrently detect the minimum Python versions needed to run code",
1919
long_description=long_description,

vermin/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.4.6"
1+
VERSION = "0.4.7"

0 commit comments

Comments
 (0)