From 98b4f76e4368f656d63d50d3d452e153d3cbdff9 Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Sun, 12 Mar 2017 14:34:23 +0000 Subject: [PATCH] Bumped version to 0.12.1 --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3efc52b7..8dfb4fa5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3) project(eos) set(eos_VERSION_MAJOR 0) set(eos_VERSION_MINOR 12) -set(eos_VERSION_PATCH 0) +set(eos_VERSION_PATCH 1) set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH}) set_property(GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/setup.py b/setup.py index ea4bb8e64..96d5c4cde 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def build_extension(self, ext): setup( name='eos-py', - version='0.12.0', + version='0.12.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',