Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Dec 17, 2019
1 parent 1e0028a commit 35982cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Examples
::

% ./vermin.py
Vermin 0.8.2
Vermin 0.9.0
Usage: ./vermin.py [options] <python source files and folders..>

Heuristics are employed when files don't have extensions 'py' or 'pyw':
Expand Down
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.8.2",
version="0.9.0",

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.8.2"
VERSION = "0.9.0"

0 comments on commit 35982cc

Please sign in to comment.