Skip to content

Commit

Permalink
Bumped version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Jan 11, 2018
1 parent 327a45e commit cdcfece
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 @@ -4,7 +4,7 @@ if(MSVC)
cmake_minimum_required(VERSION 3.10.0) # needed for CMAKE_CXX_STANDARD 17 on VS2017.3
endif()
set(eos_VERSION_MAJOR 0)
set(eos_VERSION_MINOR 13)
set(eos_VERSION_MINOR 14)
set(eos_VERSION_PATCH 0)
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})

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

setup(
name='eos-py',
version='0.13.0',
version='0.14.0',
author='Patrik Huber',
author_email='[email protected]',
description='Python bindings for eos - A lightweight 3D Morphable Face Model fitting library in modern C++11/14',
Expand Down

0 comments on commit cdcfece

Please sign in to comment.