Skip to content

Commit a992b9a

Browse files
committed
Bumped version to 0.12.2
1 parent 97b323b commit a992b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3)
22
project(eos)
33
set(eos_VERSION_MAJOR 0)
44
set(eos_VERSION_MINOR 12)
5-
set(eos_VERSION_PATCH 1)
5+
set(eos_VERSION_PATCH 2)
66
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})
77

88
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def build_extension(self, ext):
8888

8989
setup(
9090
name='eos-py',
91-
version='0.12.1',
91+
version='0.12.2',
9292
author='Patrik Huber',
9393
author_email='[email protected]',
9494
description='Python bindings for eos - A lightweight 3D Morphable Face Model fitting library in modern C++11/14',

0 commit comments

Comments
 (0)