Skip to content

Commit 98ce0e2

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent e4f55ba commit 98ce0e2

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.4.1] - 2021-08-08
4+
5+
- Fix wheel builds on CI
6+
37
## [0.4.0] - 2021-08-08
48

59
- Add support for Terrain Lighting, Water Mask, and Metadata extensions

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.0'
5+
__version__ = '0.4.1'
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.0
2+
current_version = 0.4.1
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.0",
28+
version="0.4.1",
2929
python_requires=">=3.6",
3030
description="A fast Python Quantized Mesh encoder",
3131
long_description=readme,

0 commit comments

Comments
 (0)