Skip to content

Commit 3039f7d

Browse files
committed
Bumped version to 0.13.0
1 parent 3562ba4 commit 3039f7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ if(MSVC)
44
cmake_minimum_required(VERSION 3.9.20170812-g71ee6) # needed for CMAKE_CXX_STANDARD 17 on VS2017.3
55
endif()
66
set(eos_VERSION_MAJOR 0)
7-
set(eos_VERSION_MINOR 12)
8-
set(eos_VERSION_PATCH 2)
7+
set(eos_VERSION_MINOR 13)
8+
set(eos_VERSION_PATCH 0)
99
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})
1010

1111
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def build_extension(self, ext):
6161

6262
setup(
6363
name='eos-py',
64-
version='0.12.2',
64+
version='0.13.0',
6565
author='Patrik Huber',
6666
author_email='[email protected]',
6767
description='Python bindings for eos - A lightweight 3D Morphable Face Model fitting library in modern C++11/14',

0 commit comments

Comments
 (0)