Skip to content

Commit e8b7700

Browse files
committed
(chore) bump version 0.2.0 -> 0.3.0
1 parent 95e7861 commit e8b7700

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

agents/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>agents</name>
5-
<version>0.2.0</version>
5+
<version>0.3.0</version>
66
<description>agents</description>
77
<maintainer email="[email protected]">Automatika Robotics</maintainer>
88
<license>MIT License Copyright (c) 2024 Automatika Robotics</license>

agents/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tiny_web_client = agents.chainlit_client.app:main",
77
]
88

9-
version = "0.2.0"
9+
version = "0.3.0"
1010

1111

1212
setup(

agents_interfaces/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>agents_interfaces</name>
5-
<version>0.2.0</version>
5+
<version>0.3.0</version>
66
<description>Custom Interfaces for ROS Agents</description>
77
<maintainer email="[email protected]">Automatika Robotics</maintainer>
88
<license>MIT License Copyright (c) 2024 Automatika Robotics</license>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ select = ["B","C","E","F","W","B9"]
3939
max-complexity = 11
4040

4141
[tool.bumpver]
42-
current_version = "0.2.0"
42+
current_version = "0.3.0"
4343
version_pattern = "MAJOR.MINOR.PATCH"
4444
commit_message = "(chore) bump version {old_version} -> {new_version}"
4545
tag_message = "{new_version}"

0 commit comments

Comments
 (0)