We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469a78b commit 6fcf9c6Copy full SHA for 6fcf9c6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.6.0-b2.post1
+current_version = 3.6.0-b2.post2
3
commit = False
4
tag = False
5
allow_dirty = False
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="dsf-python",
9
- version="3.6.0-b2.post1",
+ version="3.6.0-b2.post2",
10
description="Python interface to access DuetSoftwareFramework",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
src/dsf/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "3.6.0-b2.post1"
+__version__ = "3.6.0-b2.post2"
# path to unix socket file
SOCKET_FILE = "/run/dsf/dcs.sock"
0 commit comments