File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44project (tinyobjloader)
55cmake_minimum_required (VERSION 3.2 )
66set (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
1010option (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
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
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def build_extensions(self):
102102
103103setuptools .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" ,
You can’t perform that action at this time.
0 commit comments