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