diff --git a/neo3/__init__.py b/neo3/__init__.py index 0a4edf5..8890b26 100644 --- a/neo3/__init__.py +++ b/neo3/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "2.3.0" +__version__ = "2.4.0" core_logger = logging.getLogger("neo3.core") network_logger = logging.getLogger("neo3.network") diff --git a/pyproject.toml b/pyproject.toml index ca0b543..5df52b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ target-version = ['py310'] version = { attr = "neo3.__version__" } [tool.bumpversion] -current_version = "2.3.0" +current_version = "2.4.0" commit = true tag = true