Skip to content

Commit f48bd0b

Browse files
committed
Bump version to v2.0.0rc10
1 parent 5a41a78 commit f48bd0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.9)
7+
set(TINYOBJLOADER_VERSION 2.0.0-rc.10)
88

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pybind11.setup_helpers import Pybind11Extension#, build_ext
77
from setuptools import setup
88

9-
__version__ = "2.0.0rc9"
9+
__version__ = "2.0.0rc10"
1010

1111
with open("README.md", "r", encoding="utf8") as fh:
1212
long_description = fh.read()

0 commit comments

Comments
 (0)