Skip to content

Commit

Permalink
(chore) bump version 0.3.0 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleph-ra committed Oct 29, 2024
1 parent 44665c0 commit 97a6d0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agents/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>agents</name>
<version>0.3.0</version>
<version>0.3.1</version>
<description>agents</description>
<maintainer email="[email protected]">Automatika Robotics</maintainer>
<license>MIT License Copyright (c) 2024 Automatika Robotics</license>
Expand Down
2 changes: 1 addition & 1 deletion agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tiny_web_client = agents.chainlit_client.app:main",
]

version = "0.3.0"
version = "0.3.1"


setup(
Expand Down
2 changes: 1 addition & 1 deletion agents_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>agents_interfaces</name>
<version>0.3.0</version>
<version>0.3.1</version>
<description>Custom Interfaces for ROS Agents</description>
<maintainer email="[email protected]">Automatika Robotics</maintainer>
<license>MIT License Copyright (c) 2024 Automatika Robotics</license>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ select = ["B","C","E","F","W","B9"]
max-complexity = 11

[tool.bumpver]
current_version = "0.3.0"
current_version = "0.3.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "(chore) bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 97a6d0c

Please sign in to comment.