diff --git a/neo3/__init__.py b/neo3/__init__.py index df4bf7c..33e6a93 100644 --- a/neo3/__init__.py +++ b/neo3/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "2.0.2" +__version__ = "2.1.0" core_logger = logging.getLogger("neo3.core") network_logger = logging.getLogger("neo3.network") diff --git a/pyproject.toml b/pyproject.toml index e65d5b4..23dcb6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ target-version = ['py310'] version = { attr = "neo3.__version__" } [tool.bumpversion] -current_version = "2.0.2" +current_version = "2.1.0" commit = true tag = true