We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7ce02 commit adf5f91Copy full SHA for adf5f91
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.6.0-b2
+current_version = 3.6.0-b2.post1
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",
+ version="3.6.0-b2.post1",
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"
+__version__ = "3.6.0-b2.post1"
# path to unix socket file
SOCKET_FILE = "/run/dsf/dcs.sock"
0 commit comments