Skip to content

Commit

Permalink
Bumped version: v2.3.3 → v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
avatar-lavventura committed Nov 11, 2023
1 parent e0d987b commit 6bfb94e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 3
:patch: 3
:patch: 4
:special: ''
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 6bfb94e

Please sign in to comment.