File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33__author__ = """Kyle Barron"""
44__email__ = 'kylebarron2@gmail.com'
5- __version__ = '0.4.1 '
5+ __version__ = '0.4.2 '
66
77from .constants import WGS84
88from .ellipsoid import Ellipsoid
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.1
2+ current_version = 0.4.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def find_pyx(path='.'):
2525
2626setup (
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 ,
You can’t perform that action at this time.
0 commit comments