Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Dec 4, 2023
1 parent a4293c6 commit d1c33d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boaconstructor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from boaconstructor.node import NeoGoNode, Node
from boaconstructor.storage import PostProcessor

__version__ = "0.1.3"
__version__ = "0.2.0"

ASSERT_REASON = re.compile(r".*Reason: (.*)")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ check_untyped_defs = true
disable_error_code = "func-returns-value"

[tool.bumpversion]
current_version = "0.1.3"
current_version = "0.2.0"
commit = true
tag = true

Expand Down

0 comments on commit d1c33d9

Please sign in to comment.