Skip to content

Commit

Permalink
Bump version because breaking change: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Dec 2, 2019
1 parent 4648202 commit 62a740a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py3dtiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from .batch_table import BatchTable
from .wkb_utils import TriangleSoup

__version__ = '1.1.0'
__version__ = '2.0.0'
__all__ = ['TileContentReader', 'convert_to_ecef', 'TileContent', 'Feature', 'GlTF', 'Pnts',
'B3dm', 'BatchTable', 'TriangleSoup']

0 comments on commit 62a740a

Please sign in to comment.