From d99d5f7bf4e8e624108054c64a0bf3096a10c357 Mon Sep 17 00:00:00 2001 From: Felix Kloss Date: Tue, 30 Jul 2024 10:54:11 +0200 Subject: [PATCH] Bump version to 2.0.1 --- CHANGELOG.md | 6 +++--- package.xml | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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"]},