Skip to content

Commit ec2fafb

Browse files
committed
Bump version: 0.0.6 → 0.1.0
1 parent 74e7a15 commit ec2fafb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.6
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

msgcenterpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
between ROS2, Pydantic, Dataclass, JSON, Dict, YAML and JSON Schema.
66
"""
77

8-
__version__ = "0.0.6"
8+
__version__ = "0.1.0"
99
__license__ = "Apache-2.0"
1010

1111
from msgcenterpy.core.envelope import MessageEnvelope, create_envelope

0 commit comments

Comments
 (0)