Skip to content

Commit

Permalink
1.2.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Dec 20, 2023
1 parent 65bbe82 commit 1ab3162
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyrobosim/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_files_in_folder(directory):

setup(
name=project_name,
version="1.1.0",
version="1.2.0",
url="https://github.com/sea-bass/pyrobosim",
author="Sebastian Castro",
author_email="[email protected]",
Expand Down
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>1.1.0</version>
<version>1.2.0</version>
<description>Message definitions for pyrobosim package.</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>1.1.0</version>
<version>1.2.0</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="1.1.0",
version="1.2.0",
url="https://github.com/sea-bass/pyrobosim",
author="Sebastian Castro",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion test/test_pyrobosim.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def test_import():

def test_version():
ver = version("pyrobosim")
assert ver == "1.1.0", "Incorrect pyrobosim version"
assert ver == "1.2.0", "Incorrect pyrobosim version"

0 comments on commit 1ab3162

Please sign in to comment.