diff --git a/CHANGELOG.md b/CHANGELOG.md index 20763d1..66d62fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.xml b/package.xml index 96a3eda..cd1b95d 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ robot_properties_fingers - 2.0.0 + 2.0.1 URDF files and meshes of the (Tri-)Finger robots. Felix Widmaier BSD-3-Clause diff --git a/setup.py b/setup.py index ad908f1..d350631 100644 --- a/setup.py +++ b/setup.py @@ -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"]},