Bump version: 0.0.4 → 0.0.5

This commit is contained in:
Xuwznln
2025-09-03 13:09:22 +08:00
parent 502d4c4c04
commit 9d6d21de62
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = True
tag = True
tag_name = v{new_version}

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