Bump version to 0.1.1

This commit is contained in:
Xuwznln
2025-10-01 15:40:46 +08:00
parent 3d032c0b98
commit cb9dd57f19
3 changed files with 3 additions and 3 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.0"
__version__ = "0.1.1"
__license__ = "Apache-2.0"
from msgcenterpy.core.envelope import MessageEnvelope, create_envelope