Skip to content

Commit 95fe4ef

Browse files
committed
v2.0.0-rc9
1 parent 1e794e9 commit 95fe4ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project(tinyobjloader)
55
cmake_minimum_required(VERSION 3.2)
66
set(TINYOBJLOADER_SOVERSION 2)
7-
set(TINYOBJLOADER_VERSION 2.0.0-rc.8)
7+
set(TINYOBJLOADER_VERSION 2.0.0-rc.9)
88

99
#optional double precision support
1010
option(TINYOBJLOADER_USE_DOUBLE "Build library with double precision instead of single (float)" OFF)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ cibuildwheels + twine upload for each git tagging event is handled in Azure Pipe
421421

422422
* Bump version in CMakeLists.txt
423423
* Update version in `python/setup.py`
424-
* Commit with tag name starging with `v`(e.g. `v2.1.0`)
424+
* Commit with tag name starting with `v`(e.g. `v2.1.0`)
425425
* `git push --tags`
426426
* cibuildwheels + pypi upload(through twine) will be automatically triggered in Azure Pipeline.
427427

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def build_extensions(self):
102102

103103
setuptools.setup(
104104
name="tinyobjloader",
105-
version="2.0.0rc8",
105+
version="2.0.0rc9",
106106
description="Tiny but powerful Wavefront OBJ loader",
107107
long_description=long_description,
108108
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)