We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc91389 commit 84da711Copy full SHA for 84da711
quantized_mesh_encoder/__init__.py
@@ -2,6 +2,6 @@
2
3
__author__ = """Kyle Barron"""
4
__email__ = 'kylebarron2@gmail.com'
5
-__version__ = '0.1.1'
+__version__ = '0.1.2'
6
7
from .encode import encode
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.1
+current_version = 0.1.2
commit = True
tag = True
setup.py
@@ -23,7 +23,7 @@ def find_pyx(path='.'):
23
24
setup(
25
name="quantized-mesh-encoder",
26
- version="0.1.1",
+ version="0.1.2",
27
description="A fast Python Quantized Mesh encoder",
28
long_description=readme,
29
long_description_content_type="text/markdown",
0 commit comments