Skip to content

Commit

Permalink
Bumped version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed May 28, 2019
1 parent 3dd69f7 commit 599c064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.2)
if(MSVC)
cmake_minimum_required(VERSION 3.10.0) # needed for CMAKE_CXX_STANDARD 17 on >=VS2017.3
endif()
project(eos VERSION 1.1.0 LANGUAGES CXX)
project(eos VERSION 1.1.1 LANGUAGES CXX)

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def build_extension(self, ext):

setup(
name='eos-py',
version='1.1.0',
version='1.1.1',
author='Patrik Huber',
author_email='patrikhuber@gmail.com',
description='Python bindings for eos - A lightweight 3D Morphable Face Model fitting library in modern C++11/14',
Expand Down

0 comments on commit 599c064

Please sign in to comment.