From 34fa239d19660d73a13eee880a2cea1315bf6b6c Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Sat, 28 Feb 2026 20:50:05 +0800 Subject: [PATCH] =?UTF-8?q?release:=20bump=20version=200.1.5=20=E2=86=92?= =?UTF-8?q?=200.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msgcenterpy/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msgcenterpy/__init__.py b/msgcenterpy/__init__.py index 6bd73b9..e1c0712 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.5" +__version__ = "0.1.6" __license__ = "Apache-2.0" from msgcenterpy.core.envelope import MessageEnvelope, create_envelope diff --git a/pyproject.toml b/pyproject.toml index 89e5986..b03fce3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ skips = ["B101", "B601"] # ── Version management ──────────────────────────────────────── [tool.bumpversion] -current_version = "0.1.5" +current_version = "0.1.6" commit = true tag = true tag_name = "v{new_version}"