Skip to content

Commit

Permalink
3.1.0 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Oct 14, 2024
1 parent 5736c29 commit c596f68
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.0.0"
version = release = "3.1.0"


# -- 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.0.0",
version="3.1.0",
url="https://github.com/sea-bass/pyrobosim",
author="Sebastian Castro",
author_email="sebas.a.castro@gmail.com",
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.0.0", "Incorrect pyrobosim version"
assert ver == "3.1.0", "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.0.0</version>
<version>3.1.0</version>
<description>ROS interface definitions for pyrobosim.</description>
<maintainer email="sebas.a.castro@gmail.com">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.0.0</version>
<version>3.1.0</version>
<description>ROS 2 wrapper around pyrobosim.</description>
<maintainer email="sebas.a.castro@gmail.com">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.0.0",
version="3.1.0",
url="https://github.com/sea-bass/pyrobosim",
author="Sebastian Castro",
author_email="sebas.a.castro@gmail.com",
Expand Down

0 comments on commit c596f68

Please sign in to comment.