Skip to content

Commit 3c97992

Browse files
committed
Version 0.4.1
1 parent a8f63a0 commit 3c97992

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
@@ -50,7 +50,7 @@ Examples
5050
::
5151

5252
% ./vermin.py
53-
Vermin 0.4.0
53+
Vermin 0.4.1
5454
Usage: ./vermin.py [options] <python source files and folders..>
5555

5656
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.0",
16+
version="0.4.1",
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.0"
1+
VERSION = "0.4.1"

0 commit comments

Comments
 (0)