Skip to content

Commit f53a700

Browse files
release(2.0.0): point clouds support generic attributes, error on corrupt data
1 parent 0e38388 commit f53a700

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ def read(fname):
8484

8585
setup(
8686
name='DracoPy',
87-
version='1.7.0',
87+
version='2.0.0',
8888
description = 'Python wrapper for Google\'s Draco Mesh Compression Library',
89-
author = 'Manuel Castro, William Silversmith :: Contributors :: Fatih Erol, Faru Nuri Sonmez, Forrest Collman, Zeyu Zhao, Denis Riviere, Brett Tully, Hanseul Jun, Afshawn Lotfi, Pan Xinmiao, Kenneth Bongort',
89+
author = 'Manuel Castro, William Silversmith :: Contributors :: Fatih Erol, Faru Nuri Sonmez, Forrest Collman, Zeyu Zhao, Denis Riviere, Brett Tully, Hanseul Jun, Afshawn Lotfi, Pan Xinmiao, Kenneth Bongort, Ed Schmerling',
9090
author_email = 'macastro@princeton.edu, ws9@princeton.edu',
9191
url = 'https://github.com/seung-lab/DracoPy',
9292
long_description=read('README.md'),

0 commit comments

Comments
 (0)