Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianThomsen authored Jun 22, 2023
1 parent 063e365 commit 08858ea
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,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(tensorflow_cpp VERSION 1.0.5 LANGUAGES CXX)
project(tensorflow_cpp VERSION 1.0.6 LANGUAGES CXX)

find_package(ros_environment QUIET)
if(ros_environment_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
# DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "tensorflow_cpp"
PROJECT_NUMBER = 1.0.5
PROJECT_NUMBER = 1.0.6
# PROJECT_BRIEF =
# PROJECT_LOGO =
# OUTPUT_DIRECTORY =
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 @@
<package format="3">

<name>tensorflow_cpp</name>
<version>1.0.5</version>
<version>1.0.6</version>
<description>Wrappers around the TensorFlow C++ API for easy usage in ROS</description>

<maintainer email="[email protected]">Lennart Reiher</maintainer>
Expand Down

0 comments on commit 08858ea

Please sign in to comment.