Skip to content

Commit

Permalink
3.2.1 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 28, 2024
1 parent 78ef10b commit 6d6fc80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Sebastian Castro"

# The full version, including alpha/beta/rc tags
version = release = "3.2.0"
version = release = "3.2.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyrobosim/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_files_in_folder(directory):

setup(
name=project_name,
version="3.2.0",
version="3.2.1",
url="https://github.com/sea-bass/pyrobosim",
author="Sebastian Castro",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion pyrobosim/test/test_pyrobosim.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def test_import():

def test_version():
ver = version("pyrobosim")
assert ver == "3.2.0", "Incorrect pyrobosim version"
assert ver == "3.2.1", "Incorrect pyrobosim version"
2 changes: 1 addition & 1 deletion pyrobosim_msgs/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>pyrobosim_msgs</name>
<version>3.2.0</version>
<version>3.2.1</version>
<description>ROS interface definitions for pyrobosim.</description>
<maintainer email="[email protected]">Sebastian Castro</maintainer>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion pyrobosim_ros/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>pyrobosim_ros</name>
<version>3.2.0</version>
<version>3.2.1</version>
<description>ROS 2 wrapper around pyrobosim.</description>
<maintainer email="[email protected]">Sebastian Castro</maintainer>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion pyrobosim_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name=project_name,
version="3.2.0",
version="3.2.1",
url="https://github.com/sea-bass/pyrobosim",
author="Sebastian Castro",
author_email="[email protected]",
Expand Down

0 comments on commit 6d6fc80

Please sign in to comment.