Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Nov 17, 2023
1 parent f59bcf5 commit 7544bc2
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 @@ -19,7 +19,7 @@
from dataclasses import dataclass
from boaconstructor.node import NeoGoNode, Node

__version__ = "0.1.2"
__version__ = "0.1.3"

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 @@ -47,7 +47,7 @@ tag = "v0.102.0"
check_untyped_defs = true

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

Expand Down

0 comments on commit 7544bc2

Please sign in to comment.