Skip to content

Commit 785730c

Browse files
committed
v0.1.9
1 parent 93d65ba commit 785730c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(iridescence VERSION 0.1.8 LANGUAGES C CXX)
2+
project(iridescence VERSION 0.1.9 LANGUAGES C CXX)
33

44
option(BUILD_EXAMPLES "Build examples" OFF)
55
option(BUILD_PYTHON_BINDINGS "Build python bindings" OFF)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>iridescence</name>
4-
<version>0.1.8</version>
4+
<version>0.1.9</version>
55
<description>A point cloud viewer for rapid prototyping of 3D algorithms</description>
66

77
<maintainer email="[email protected]">k.koide</maintainer>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="pyridescence",
8-
version="0.1.8",
8+
version="0.1.9",
99
author="Kenji Koide",
1010
author_email="[email protected]",
1111
description="3D visualization library for rapid prototyping of 3D algorithms",

0 commit comments

Comments
 (0)