From 406aea6364656666fef026258ae1d3c68c38d95d Mon Sep 17 00:00:00 2001 From: Francis Williams Date: Sun, 10 Sep 2023 20:43:37 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc4a22f..a5fd199 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def main(): setuptools.setup( name="point-cloud-utils", - version="0.29.6", + version="0.29.7", author="Francis Williams", author_email="francis@fwilliams.info", description="A Python library for common tasks on 3D point clouds and meshes",