Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Berscheid committed Jun 16, 2021
1 parent 8d08414 commit 0bdf24e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.6 LANGUAGES CXX)
project(ruckig VERSION 0.3.0 LANGUAGES CXX)


list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.6
PROJECT_NUMBER = 0.3.0

# 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
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.2.6</version>
<version>0.3.0</version>
<description>Online Trajectory Generation. Real-time. Time-optimal. Jerk-constrained.</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 @@ -64,7 +64,7 @@ def build_extension(self, ext):

setup(
name='ruckig',
version='0.2.6',
version='0.3.0',
description='Online Trajectory Generation. Real-time. Time-optimal. Jerk-constrained.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0bdf24e

Please sign in to comment.