Skip to content

Commit 0812c18

Browse files
committed
Bump version: 0.4.2 → 0.4.3
1 parent c02d004 commit 0812c18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

quantized_mesh_encoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Kyle Barron"""
44
__email__ = 'kylebarron2@gmail.com'
5-
__version__ = '0.4.2'
5+
__version__ = '0.4.3'
66

77
from .constants import WGS84
88
from .ellipsoid import Ellipsoid

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2
2+
current_version = 0.4.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def find_pyx(path='.'):
2525

2626
setup(
2727
name="quantized-mesh-encoder",
28-
version="0.4.2",
28+
version="0.4.3",
2929
python_requires=">=3.6",
3030
description="A fast Python Quantized Mesh encoder",
3131
long_description=readme,

0 commit comments

Comments
 (0)