Skip to content

Commit

Permalink
bump to v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Mar 7, 2022
1 parent 80e7384 commit 9236989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)


project(ruckig VERSION 0.6.4 LANGUAGES CXX)
project(ruckig VERSION 0.6.5 LANGUAGES CXX)


list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
Expand Down
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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ruckig</name>
<version>0.6.4</version>
<version>0.6.5</version>
<description>Instantaneous Motion Generation for Robots and Machines.</description>
<author>Lars Berscheid</author>
<maintainer email="[email protected]">Lars Berscheid</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def build_extension(self, ext):

setup(
name='ruckig',
version='0.6.4',
version='0.6.5',
description='Instantaneous Motion Generation for Robots and Machines.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9236989

Please sign in to comment.