We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02d004 commit 0812c18Copy full SHA for 0812c18
quantized_mesh_encoder/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Kyle Barron"""
4
__email__ = 'kylebarron2@gmail.com'
5
-__version__ = '0.4.2'
+__version__ = '0.4.3'
6
7
from .constants import WGS84
8
from .ellipsoid import Ellipsoid
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.4.2
+current_version = 0.4.3
commit = True
tag = True
setup.py
@@ -25,7 +25,7 @@ def find_pyx(path='.'):
25
26
setup(
27
name="quantized-mesh-encoder",
28
- version="0.4.2",
+ version="0.4.3",
29
python_requires=">=3.6",
30
description="A fast Python Quantized Mesh encoder",
31
long_description=readme,
0 commit comments