diff --git a/msgcenterpy/__init__.py b/msgcenterpy/__init__.py index e1c0712..fbee3f7 100644 --- a/msgcenterpy/__init__.py +++ b/msgcenterpy/__init__.py @@ -5,7 +5,7 @@ A multi-format message conversion system supporting seamless conversion between ROS2, Pydantic, Dataclass, JSON, Dict, YAML and JSON Schema. """ -__version__ = "0.1.6" +__version__ = "0.1.7" __license__ = "Apache-2.0" from msgcenterpy.core.envelope import MessageEnvelope, create_envelope diff --git a/pyproject.toml b/pyproject.toml index 7af4f68..6361d5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ skips = ["B101", "B601"] # ── Version management ──────────────────────────────────────── [tool.bumpversion] -current_version = "0.1.6" +current_version = "0.1.7" commit = true tag = true push = true