Skip to content

Commit c596f68

Browse files
authored
3.1.0 (#281)
1 parent 5736c29 commit c596f68

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Sebastian Castro"
2323

2424
# The full version, including alpha/beta/rc tags
25-
version = release = "3.0.0"
25+
version = release = "3.1.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyrobosim/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_files_in_folder(directory):
3636

3737
setup(
3838
name=project_name,
39-
version="3.0.0",
39+
version="3.1.0",
4040
url="https://github.com/sea-bass/pyrobosim",
4141
author="Sebastian Castro",
4242
author_email="[email protected]",

pyrobosim/test/test_pyrobosim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def test_import():
1212

1313
def test_version():
1414
ver = version("pyrobosim")
15-
assert ver == "3.0.0", "Incorrect pyrobosim version"
15+
assert ver == "3.1.0", "Incorrect pyrobosim version"

pyrobosim_msgs/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>pyrobosim_msgs</name>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>ROS interface definitions for pyrobosim.</description>
77
<maintainer email="[email protected]">Sebastian Castro</maintainer>
88
<license>MIT</license>

pyrobosim_ros/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>pyrobosim_ros</name>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>ROS 2 wrapper around pyrobosim.</description>
77
<maintainer email="[email protected]">Sebastian Castro</maintainer>
88
<license>MIT</license>

pyrobosim_ros/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name=project_name,
12-
version="3.0.0",
12+
version="3.1.0",
1313
url="https://github.com/sea-bass/pyrobosim",
1414
author="Sebastian Castro",
1515
author_email="[email protected]",

0 commit comments

Comments
 (0)