From 4abb9b1e3c7f54e0e59c3a534696a7abf98f8360 Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Mon, 12 Mar 2018 19:19:04 +0000 Subject: [PATCH] Bumped version to 0.15.0 --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 361daea16..1ace648f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 14) +set(eos_VERSION_MINOR 15) set(eos_VERSION_PATCH 0) set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH}) diff --git a/setup.py b/setup.py index ab04db6d2..fe2575887 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def build_extension(self, ext): setup( name='eos-py', - version='0.14.0', + version='0.15.0', 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',