Skip to content

Commit e9f7fd7

Browse files
committed
bump version 2.3.1 -> 2.3.2
1 parent 32598f6 commit e9f7fd7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

masterthermconnect/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Python API wrapper for Mastertherm Connect."""
22

3-
__version__ = "2.3.1"
3+
__version__ = "2.3.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "masterthermconnect"
7-
version = "2.3.1"
7+
version = "2.3.2"
88
description = "Python 3 API wrapper for Mastertherm API"
99
readme = "README.md"
1010
authors = [{ name = "Richard Holmes", email = "richard@shedc.uk" }]
@@ -31,7 +31,7 @@ Homepage = "https://github.com/sHedC/python-masterthermconnect"
3131
masterthermconnect = "masterthermconnect.__main__:main"
3232

3333
[tool.bumpver]
34-
current_version = "2.3.1"
34+
current_version = "2.3.2"
3535
version_pattern = "MAJOR.MINOR.PATCH[-PYTAGNUM]"
3636
commit_message = "bump version {old_version} -> {new_version}"
3737
commit = true

0 commit comments

Comments
 (0)