Skip to content

Commit 032a1cb

Browse files
committed
v0.1.7
1 parent b465ff6 commit 032a1cb

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.6 LANGUAGES C CXX)
2+
project(iridescence VERSION 0.1.7 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.0.0</version>
4+
<version>0.1.7</version>
55
<description>A point cloud viewer for rapid prototyping of 3D algorithms</description>
66

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyridescence"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = [{name = "Kenji Koide", email = "[email protected]"}]
55
description = "3D visualization library for rapid prototyping of 3D algorithms"
66
readme = "README.md"

0 commit comments

Comments
 (0)