Skip to content

Commit adf5f91

Browse files
committed
Release 3.6.0-b2.post1
1 parent dc7ce02 commit adf5f91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.6.0-b2
2+
current_version = 3.6.0-b2.post1
33
commit = False
44
tag = False
55
allow_dirty = False

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="dsf-python",
9-
version="3.6.0-b2",
9+
version="3.6.0-b2.post1",
1010
description="Python interface to access DuetSoftwareFramework",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

src/dsf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.6.0-b2"
1+
__version__ = "3.6.0-b2.post1"
22

33
# path to unix socket file
44
SOCKET_FILE = "/run/dsf/dcs.sock"

0 commit comments

Comments
 (0)