Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luator committed Jul 30, 2024
1 parent 7d8fa70 commit d99d5f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [2.0.0] - 2024-07-30
## [2.0.1] - 2024-07-30
### Changed
- Converted to pure Python package. You can still use the package in a colcon workspace
as before, but it is now also possible to install it with pip.
Expand All @@ -24,6 +24,6 @@ There is no changelog for this or earlier versions.

---

[Unreleased]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/compare/v1.1.0...v2.0.0
[Unreleased]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/compare/v1.1.0...v2.0.1
[1.1.0]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion 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>robot_properties_fingers</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>URDF files and meshes of the (Tri-)Finger robots.</description>
<maintainer email="[email protected]">Felix Widmaier</maintainer>
<license>BSD-3-Clause</license>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def load_readme() -> str:

setup(
name=package_name,
version="2.0.0",
version="2.0.1",
packages=find_packages(where="src"),
package_dir={"": "src"},
package_data={"robot_properties_fingers": ["meshes/*.stl", "meshes/**/*.stl"]},
Expand Down

0 comments on commit d99d5f7

Please sign in to comment.