Skip to content

Commit 2b75981

Browse files
committed
Bump version v2.0.0rc7
1 parent ca47da4 commit 2b75981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 2.8.11)
66
set(TINYOBJLOADER_SOVERSION 2)
7-
set(TINYOBJLOADER_VERSION 2.0.0-rc.6)
7+
set(TINYOBJLOADER_VERSION 2.0.0-rc.7)
88

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

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __str__(self):
8282

8383
setuptools.setup(
8484
name="tinyobjloader",
85-
version="2.0.0rc6",
85+
version="2.0.0rc7",
8686
description="Tiny but powerful Wavefront OBJ loader",
8787
long_description=long_description,
8888
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)