Skip to content

Commit cef2d7d

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent 75d7504 commit cef2d7d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)