diff --git a/boaconstructor/__init__.py b/boaconstructor/__init__.py index 252a91d..3eda817 100644 --- a/boaconstructor/__init__.py +++ b/boaconstructor/__init__.py @@ -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: (.*)") diff --git a/pyproject.toml b/pyproject.toml index e1af6d5..f4ca361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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