Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Nov 12, 2022
1 parent 6862f85 commit cb06bbb
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="1.5.0",
version="1.5.1",

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,6 +1,6 @@
from multiprocessing import cpu_count

VERSION = "1.5.0"
VERSION = "1.5.1"
DEFAULT_PROCESSES = cpu_count()
CONFIG_FILE_NAMES = ["vermin.ini", "vermin.conf", ".vermin", "setup.cfg"]
CONFIG_SECTION = "vermin"
Expand Down

0 comments on commit cb06bbb

Please sign in to comment.