Skip to content

Commit bbddbe6

Browse files
committed
Version 0.10.3
1 parent 9ff2bd4 commit bbddbe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="vermin",
16-
version="0.10.2",
16+
version="0.10.3",
1717

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

vermin/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.10.2"
1+
VERSION = "0.10.3"

0 commit comments

Comments
 (0)