From 6bfb94efb43cc14c666e9dcdff6cfb1328621fdc Mon Sep 17 00:00:00 2001 From: avatar-lavventura Date: Sat, 11 Nov 2023 19:08:53 +0300 Subject: [PATCH] =?UTF-8?q?Bumped=20version:=20v2.3.3=20=E2=86=92=20v2.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .semver | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 "