diff --git a/.semver b/.semver index 15a12e27..307ef8e2 100644 --- a/.semver +++ b/.semver @@ -1,5 +1,5 @@ --- :major: 2 :minor: 3 -:patch: 4 +:patch: 5 :special: '' diff --git a/setup.py b/setup.py index e46b8cb9..41212b88 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ name="ebloc-broker", packages=find_packages(), setup_requires=["wheel", "eth-brownie", "ipdb", "rich"], # "dbus-python" - version="2.3.4", # don't change this manually, use bumpversion instead + version="2.3.5", # don't change this manually, use bumpversion instead license="MIT", description=( # noqa: E501 "A Python framework to communicate with ebloc-broker that is "