Skip to content

Commit e6f106e

Browse files
committed
Version 1.4.2
1 parent ea87429 commit e6f106e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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="1.4.1",
16+
version="1.4.2",
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,6 +1,6 @@
11
from multiprocessing import cpu_count
22

3-
VERSION = "1.4.1"
3+
VERSION = "1.4.2"
44
DEFAULT_PROCESSES = cpu_count()
55
CONFIG_FILE_NAMES = ["vermin.ini", "vermin.conf", ".vermin", "setup.cfg"]
66
CONFIG_SECTION = "vermin"

0 commit comments

Comments
 (0)