Skip to content

Commit e385ef2

Browse files
author
Lars Berscheid
committed
version 0.0.6
1 parent 0bdd05a commit e385ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33

4-
project(griffig VERSION 0.0.5 LANGUAGES CXX)
4+
project(griffig VERSION 0.0.6 LANGUAGES CXX)
55
include(FetchContent)
66

77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def build_extension(self, ext):
6969

7070
setup(
7171
name='griffig',
72-
version='0.0.5',
72+
version='0.0.6',
7373
description='Robotic Manipulation Learned from Imitation and Self-Supervision',
7474
long_description=long_description,
7575
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)