Skip to content

Commit

Permalink
chore: Bump toppra version: '0.6.1' --> '0.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmirabel committed Sep 19, 2023
1 parent bc3829f commit adc177e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True
message = chore: Bump toppra version: '{current_version}' --> '{new_version}'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)

project(toppra
VERSION 0.6.1
VERSION 0.6.2
# Disable because not available in CMake 3.5
#DESCRIPTION "Library computing the time-optimal path parameterization."
LANGUAGES CXX)
Expand Down
2 changes: 1 addition & 1 deletion cpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0'?>
<package format='2'>
<name>toppra</name>
<version>0.6.1</version>
<version>0.6.2</version>
<description>Time-Optimal Path Parameterization</description>

<maintainer email="[email protected]">Hung Pham</maintainer>
Expand Down

0 comments on commit adc177e

Please sign in to comment.