release: bump version 0.1.7 → 0.1.8

This commit is contained in:
Xuwznln
2026-03-22 01:25:18 +08:00
parent 03b3b1144c
commit 9e6007eb60
2 changed files with 2 additions and 2 deletions

View File

@@ -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.7"
__version__ = "0.1.8"
__license__ = "Apache-2.0"
from msgcenterpy.core.envelope import MessageEnvelope, create_envelope

View File

@@ -128,7 +128,7 @@ skips = ["B101", "B601"]
# ── Version management ────────────────────────────────────────
[tool.bumpversion]
current_version = "0.1.7"
current_version = "0.1.8"
commit = true
tag = true
push = true