Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Mar 6, 2023
1 parent 8465d1b commit 527cd37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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__ = "1.0.0"
__version__ = "1.1.0"

core_logger = logging.getLogger("neo3.core")
network_logger = logging.getLogger("neo3.network")
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = True

Expand Down Expand Up @@ -52,7 +52,7 @@ dev =
docutils==0.17.1
mypy==0.990
mypy-extensions==0.4.3
docs =
docs =
mkdocs==1.4.1
mkdocs-material==8.5.7
mkdocs-material-extensions==1.1
Expand Down

0 comments on commit 527cd37

Please sign in to comment.