Skip to content

Commit a88c601

Browse files
committed
Bump version: 0.4.1 → 0.4.2
1 parent aa0ba44 commit a88c601

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.4.2] - 2021-12-05
4+
5+
- Build wheels for Python 3.10
6+
- Use `oldest-supported-numpy` in wheel builds for greatest compatibility
7+
38
## [0.4.1] - 2021-08-08
49

510
- Fix wheel builds on CI

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

0 commit comments

Comments
 (0)