Skip to content

Commit

Permalink
Version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Sep 6, 2020
1 parent 9ff2bd4 commit bbddbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="vermin",
version="0.10.2",
version="0.10.3",

description="Concurrently detect the minimum Python versions needed to run code",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion vermin/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.10.2"
VERSION = "0.10.3"

0 comments on commit bbddbe6

Please sign in to comment.