Skip to content

Commit cdcfece

Browse files
committed
Bumped version to 0.14.0
1 parent 327a45e commit cdcfece

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 @@ if(MSVC)
44
cmake_minimum_required(VERSION 3.10.0) # needed for CMAKE_CXX_STANDARD 17 on VS2017.3
55
endif()
66
set(eos_VERSION_MAJOR 0)
7-
set(eos_VERSION_MINOR 13)
7+
set(eos_VERSION_MINOR 14)
88
set(eos_VERSION_PATCH 0)
99
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})
1010

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.13.0',
64+
version='0.14.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)