Skip to content

Commit

Permalink
Bump version: 2.5.1 → 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Mar 20, 2024
1 parent 3393e46 commit 3023b9f
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.5.1"
__version__ = "2.6.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.5.1"
current_version = "2.6.0"
commit = true
tag = true

Expand Down

0 comments on commit 3023b9f

Please sign in to comment.