Skip to content

Commit e235d84

Browse files
author
Tim Schneider
committed
Increased version number to 0.7.1
1 parent 3abbcba commit e235d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.11)
22

33

4-
project(franky VERSION 0.7.0 LANGUAGES CXX)
4+
project(franky VERSION 0.7.1 LANGUAGES CXX)
55
set(CMAKE_CXX_STANDARD 17)
66

77

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build_extension(self, ext):
5858

5959
setup(
6060
name="franky-panda",
61-
version="0.7.0",
61+
version="0.7.1",
6262
description="High-Level Motion Library for the Franka Panda Robot (fork of frankx)",
6363
long_description=long_description,
6464
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)