From e3a267db24e6f8f567ddbe9e8de18f973315d811 Mon Sep 17 00:00:00 2001 From: pantor Date: Thu, 24 Jun 2021 22:27:53 +0200 Subject: [PATCH] set version 0.3.1 --- CMakeLists.txt | 2 +- doc/Doxyfile | 2 +- package.xml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9007d7db..70fab342 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) -project(ruckig VERSION 0.3.0 LANGUAGES CXX) +project(ruckig VERSION 0.3.1 LANGUAGES CXX) list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_CURRENT_SOURCE_DIR}/cmake) diff --git a/doc/Doxyfile b/doc/Doxyfile index a1c16291..8379e597 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Ruckig" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.3.0 +PROJECT_NUMBER = 0.3.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/package.xml b/package.xml index 76598be5..0b5477a4 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ ruckig - 0.3.0 + 0.3.1 Online Trajectory Generation. Real-time. Time-optimal. Jerk-constrained. Lars Berscheid Lars Berscheid diff --git a/setup.py b/setup.py index aa0d61cf..d1ff83bc 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def build_extension(self, ext): setup( name='ruckig', - version='0.3.0', + version='0.3.1', description='Online Trajectory Generation. Real-time. Time-optimal. Jerk-constrained.', long_description=long_description, long_description_content_type='text/markdown',