Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirella de Medeiros committed Jan 15, 2024
1 parent 461afd1 commit f4fa307
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.2.0"
__version__ = "0.2.1"

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.2.0"
current_version = "0.2.1"
commit = true
tag = true

Expand Down

0 comments on commit f4fa307

Please sign in to comment.