Skip to content

Commit

Permalink
changed version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanacelii committed Jan 16, 2024
1 parent 1005a35 commit 9dd44f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 9dd44f4

Please sign in to comment.