From 9dd44f4d936d462561ccffba062ba960add101f3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Jan 2024 16:56:52 +0000 Subject: [PATCH] changed version to 1.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 09def8f..4209cb6 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def get_long_description(filepath='README.md'): setup( name='mesh_processing_tools', # the name of the package, which can be different than the folder when using pip instal - version='1.0.1', + version='1.0.2', description='Utility functions for mesh representation objects (like trimesh) and manipulations using 3rd party packages (CGAL, Meshlab, etc.)', #long_description=get_long_description(), project_urls={