diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 054643c..ab5ff5f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.6.0-b2.post2 +current_version = 3.6.0-b2.post3 commit = False tag = False allow_dirty = False diff --git a/setup.cfg b/setup.cfg index 65167f3..4443698 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ max-line-length = 120 [sdist_dsc] # Force the version to use `~` before any prerelease identifiers -forced-upstream-version = 3.6.0-b2.post2 +forced-upstream-version = 3.6.0-b2.post3 diff --git a/setup.py b/setup.py index 1d954fe..31b83bb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="dsf-python", - version="3.6.0-b2.post2", + version="3.6.0-b2.post3", description="Python interface to access DuetSoftwareFramework", long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/dsf/__init__.py b/src/dsf/__init__.py index df89377..5ac9fa3 100644 --- a/src/dsf/__init__.py +++ b/src/dsf/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.6.0-b2.post2" +__version__ = "3.6.0-b2.post3" # path to unix socket file SOCKET_FILE = "/run/dsf/dcs.sock"