We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6aedb commit d1152fbCopy full SHA for d1152fb
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.13.1
+current_version = 2.13.2
3
commit = True
4
tag = True
5
files = setup.py
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='pydaikin',
10
- version='2.13.1',
+ version='2.13.2',
11
description='Python Daikin HVAC appliances interface',
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments