Skip to content

Commit 8cdd12f

Browse files
committed
Bump version: 2.3.1 → 2.3.2
1 parent 76cbd98 commit 8cdd12f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.1
2+
current_version = 2.3.2
33
commit = True
44
tag = True
55

procrunner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
__author__ = """Markus Gerstel"""
5555
__email__ = "[email protected]"
56-
__version__ = "2.3.1"
56+
__version__ = "2.3.2"
5757

5858
logger = logging.getLogger("procrunner")
5959
logger.addHandler(logging.NullHandler())

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = procrunner
33
description = Versatile utility function to run external processes
4-
version = 2.3.1
4+
version = 2.3.2
55
classifiers =
66
Development Status :: 5 - Production/Stable
77
Intended Audience :: Developers

0 commit comments

Comments
 (0)