diff --git a/docs/source/conf.py b/docs/source/conf.py index 539a8c56..6848e455 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/pyrobosim/setup.py b/pyrobosim/setup.py index e9f0deb0..05dc16c6 100644 --- a/pyrobosim/setup.py +++ b/pyrobosim/setup.py @@ -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="sebas.a.castro@gmail.com", diff --git a/pyrobosim/test/test_pyrobosim.py b/pyrobosim/test/test_pyrobosim.py index 1c918f82..af71823c 100644 --- a/pyrobosim/test/test_pyrobosim.py +++ b/pyrobosim/test/test_pyrobosim.py @@ -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" diff --git a/pyrobosim_msgs/package.xml b/pyrobosim_msgs/package.xml index e9448005..eecbe574 100644 --- a/pyrobosim_msgs/package.xml +++ b/pyrobosim_msgs/package.xml @@ -2,7 +2,7 @@ pyrobosim_msgs - 3.2.0 + 3.2.1 ROS interface definitions for pyrobosim. Sebastian Castro MIT diff --git a/pyrobosim_ros/package.xml b/pyrobosim_ros/package.xml index 74fd9e9a..71929a8f 100644 --- a/pyrobosim_ros/package.xml +++ b/pyrobosim_ros/package.xml @@ -2,7 +2,7 @@ pyrobosim_ros - 3.2.0 + 3.2.1 ROS 2 wrapper around pyrobosim. Sebastian Castro MIT diff --git a/pyrobosim_ros/setup.py b/pyrobosim_ros/setup.py index 3f30bb34..cec4f1a4 100644 --- a/pyrobosim_ros/setup.py +++ b/pyrobosim_ros/setup.py @@ -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="sebas.a.castro@gmail.com",