File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
project (tinyobjloader )
5
5
cmake_minimum_required (VERSION 3.2 )
6
6
set (TINYOBJLOADER_SOVERSION 2 )
7
- set (TINYOBJLOADER_VERSION 2.0.0-rc.8 )
7
+ set (TINYOBJLOADER_VERSION 2.0.0-rc.9 )
8
8
9
9
#optional double precision support
10
10
option (TINYOBJLOADER_USE_DOUBLE "Build library with double precision instead of single (float)" OFF )
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ cibuildwheels + twine upload for each git tagging event is handled in Azure Pipe
421
421
422
422
* Bump version in CMakeLists.txt
423
423
* 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 ` )
425
425
* ` git push --tags `
426
426
* cibuildwheels + pypi upload(through twine) will be automatically triggered in Azure Pipeline.
427
427
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def build_extensions(self):
102
102
103
103
setuptools .setup (
104
104
name = "tinyobjloader" ,
105
- version = "2.0.0rc8 " ,
105
+ version = "2.0.0rc9 " ,
106
106
description = "Tiny but powerful Wavefront OBJ loader" ,
107
107
long_description = long_description ,
108
108
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments