diff --git a/neo3/__init__.py b/neo3/__init__.py index ed954b6..a10170e 100644 --- a/neo3/__init__.py +++ b/neo3/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "2.5.1" +__version__ = "2.6.0" core_logger = logging.getLogger("neo3.core") network_logger = logging.getLogger("neo3.network") diff --git a/pyproject.toml b/pyproject.toml index d61fede..440d038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ target-version = ['py311'] version = { attr = "neo3.__version__" } [tool.bumpversion] -current_version = "2.5.1" +current_version = "2.6.0" commit = true tag = true