Skip to content

Commit

Permalink
Bump version: 2.6.0 → 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Oct 16, 2024
1 parent 013d92c commit 2b17f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neo3/__init__.py
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b17f26

Please sign in to comment.