diff --git a/.semver b/.semver index eec4d134..15a12e27 100644 --- a/.semver +++ b/.semver @@ -1,5 +1,5 @@ --- :major: 2 :minor: 3 -:patch: 3 +:patch: 4 :special: '' diff --git a/setup.cfg b/setup.cfg index 1e6ee09a..5fd1aaac 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.3 +current_version = 2.3.4 [flake8] exclude = .old_work/*,docs/*,broker/_utils/colorer.py,webapp/ex.py diff --git a/setup.py b/setup.py index 518e4a71..e46b8cb9 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.3", # don't change this manually, use bumpversion instead + version="2.3.4", # don't change this manually, use bumpversion instead license="MIT", description=( # noqa: E501 "A Python framework to communicate with ebloc-broker that is "