From 4072761f628d8c4e450955063cdf035e46fa131d Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Thu, 5 Dec 2024 17:14:46 -0500 Subject: [PATCH] release(1.4.2): rebuild for py313 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bc2695..0681562 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def read(fname): setup( name='DracoPy', - version='1.4.1', + version='1.4.2', description = 'Python wrapper for Google\'s Draco Mesh Compression Library', author = 'Manuel Castro, William Silversmith :: Contributors :: Fatih Erol, Faru Nuri Sonmez, Zeyu Zhao, Denis Riviere', author_email = 'macastro@princeton.edu, ws9@princeton.edu',