File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222author = "Sebastian Castro"
2323
2424# The full version, including alpha/beta/rc tags
25- version = release = "4.3.4 "
25+ version = release = "4.4.0 "
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 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</name >
5- <version >4.3.4 </version >
5+ <version >4.4.0 </version >
66 <description >ROS 2 enabled 2D mobile robot simulator for behavior prototyping.</description >
77 <maintainer email =" sebas.a.castro@gmail.com" >Sebastian Castro</maintainer >
88 <license >MIT</license >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyrobosim"
7- version = " 4.3.4 "
7+ version = " 4.4.0 "
88description = " 2D mobile robot simulator for behavior prototyping."
99readme = " README.md"
1010license = { text = " MIT" }
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ def test_import() -> None:
1212
1313def test_version () -> None :
1414 ver = version ("pyrobosim" )
15- assert ver == "4.3.4 " , "Incorrect pyrobosim version"
15+ assert ver == "4.4.0 " , "Incorrect pyrobosim version"
Original file line number Diff line number Diff line change 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 >4.3.4 </version >
5+ <version >4.4.0 </version >
66 <description >ROS interface definitions for PyRoboSim.</description >
77 <maintainer email =" sebas.a.castro@gmail.com" >Sebastian Castro</maintainer >
88 <license >MIT</license >
Original file line number Diff line number Diff line change 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 >4.3.4 </version >
5+ <version >4.4.0 </version >
66 <description >ROS 2 wrapper around PyRoboSim.</description >
77 <maintainer email =" sebas.a.castro@gmail.com" >Sebastian Castro</maintainer >
88 <license >MIT</license >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyrobosim_ros"
7- version = " 4.3.4 "
7+ version = " 4.4.0 "
88description = " ROS 2 interface to PyRoboSim."
99license = { text = " MIT" }
1010authors = [
You can’t perform that action at this time.
0 commit comments