Commit 98b4f76e authored by Patrik Huber's avatar Patrik Huber

Bumped version to 0.12.1

parent bc8ddd36
......@@ -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)
......
......@@ -88,7 +88,7 @@ class CMakeBuild(build_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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment