File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""Python API wrapper for Mastertherm Connect."""
22
3- __version__ = "2.3.1 "
3+ __version__ = "2.3.2 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " masterthermconnect"
7- version = " 2.3.1 "
7+ version = " 2.3.2 "
88description = " Python 3 API wrapper for Mastertherm API"
99readme = " README.md"
1010authors = [{ name = " Richard Holmes" , email = " richard@shedc.uk" }]
@@ -31,7 +31,7 @@ Homepage = "https://github.com/sHedC/python-masterthermconnect"
3131masterthermconnect = " masterthermconnect.__main__:main"
3232
3333[tool .bumpver ]
34- current_version = " 2.3.1 "
34+ current_version = " 2.3.2 "
3535version_pattern = " MAJOR.MINOR.PATCH[-PYTAGNUM]"
3636commit_message = " bump version {old_version} -> {new_version}"
3737commit = true
You can’t perform that action at this time.
0 commit comments