Skip to content

Commit 84da711

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent cc91389 commit 84da711

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

quantized_mesh_encoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Kyle Barron"""
44
__email__ = 'kylebarron2@gmail.com'
5-
__version__ = '0.1.1'
5+
__version__ = '0.1.2'
66

77
from .encode import encode

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.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def find_pyx(path='.'):
2323

2424
setup(
2525
name="quantized-mesh-encoder",
26-
version="0.1.1",
26+
version="0.1.2",
2727
description="A fast Python Quantized Mesh encoder",
2828
long_description=readme,
2929
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)