Skip to content

Commit f6ea565

Browse files
committed
Bumped version to 0.15.1
1 parent df6b18c commit f6ea565

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
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.2)
22
if(MSVC)
33
cmake_minimum_required(VERSION 3.10.0) # needed for CMAKE_CXX_STANDARD 17 on >=VS2017.3
44
endif()
5-
project(eos VERSION 0.15.0 LANGUAGES CXX)
5+
project(eos VERSION 0.15.1 LANGUAGES CXX)
66

77
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
88

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