Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Dec 18, 2021
1 parent 8438deb commit ad65edf
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 @@ -33,7 +33,7 @@ function decorators.

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

The project is fairly well-tested with **3748** unit and integration tests that are executed on
The project is fairly well-tested with **3601** unit and integration tests that are executed on
Linux, macOS, and Windows.

It is recommended to use the most recent Python version to run Vermin on projects since Python's own
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="1.3.1",
version="1.3.2",

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.3.1"
VERSION = "1.3.2"
DEFAULT_PROCESSES = cpu_count()
CONFIG_FILE_NAMES = ["vermin.ini", "vermin.conf", ".vermin", "setup.cfg"]
CONFIG_SECTION = "vermin"
Expand Down

0 comments on commit ad65edf

Please sign in to comment.