Skip to content

Commit c973809

Browse files
committed
Bumped version to 1.1.2
1 parent b82b852 commit c973809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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 1.1.1 LANGUAGES CXX)
5+
project(eos VERSION 1.1.2 LANGUAGES CXX)
66

77
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
88

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def build_extension(self, ext):
6666

6767
setup(
6868
name='eos-py',
69-
version='1.1.1',
69+
version='1.1.2',
7070
author='Patrik Huber',
7171
author_email='[email protected]',
7272
description='Python bindings for eos - A lightweight 3D Morphable Face Model fitting library in modern C++11/14',

0 commit comments

Comments
 (0)