Skip to content

Commit 66bdd04

Browse files
committed
Version 1.4.0
1 parent 22221e4 commit 66bdd04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function decorators.
3636

3737
Backports of the standard library, like ``typing``, can be enabled for better results.
3838

39-
The project is fairly well-tested with **3601** unit and integration tests that are executed on
39+
The project is fairly well-tested with **3598** unit and integration tests that are executed on
4040
Linux, macOS, and Windows.
4141

4242
It is recommended to use the most recent Python version to run Vermin on projects since Python's own

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.3.3",
16+
version="1.4.0",
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.3.3"
3+
VERSION = "1.4.0"
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)