Skip to content

Commit

Permalink
2.0.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored May 8, 2024
1 parent b6efd2c commit a5fefda
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 = "1.2.0"
version = release = "2.0.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 @@ -33,7 +33,7 @@ def get_files_in_folder(directory):

setup(
name=project_name,
version="1.2.0",
version="2.0.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_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.2.0</version>
<version>2.0.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>1.2.0</version>
<version>2.0.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="1.2.0",
version="2.0.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 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 == "1.2.0", "Incorrect pyrobosim version"
assert ver == "2.0.0", "Incorrect pyrobosim version"

0 comments on commit a5fefda

Please sign in to comment.