Skip to content

Commit 27db304

Browse files
committed
Bumped version to 1.4.0
1 parent e5f8a6b commit 27db304

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors:
55
given-names: "Patrik"
66
orcid: "https://orcid.org/0000-0002-1474-1040"
77
title: "eos: A lightweight 3D Morphable Face Model library in modern C++"
8-
version: 1.3.0
9-
date-released: 2022-04-09
8+
version: 1.4.0
9+
date-released: 2022-03-26
1010
url: "https://github.com/patrikhuber/eos"
1111
license: Apache-2.0
1212
preferred-citation:

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.2)
22
if(MSVC)
33
cmake_minimum_required(VERSION 3.10.0) # needed for CMAKE_CXX_STANDARD 17 on >=VS2017.3
44
endif()
5-
project(eos VERSION 1.3.0 LANGUAGES CXX)
5+
project(eos VERSION 1.4.0 LANGUAGES CXX)
66

77
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
88

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def build_extension(self, ext):
6666

6767
setup(
6868
name='eos-py',
69-
version='1.3.0',
69+
version='1.4.0',
7070
author='Patrik Huber',
7171
author_email='[email protected]',
7272
description='Python bindings for eos - A lightweight 3D Morphable Face Model fitting library in modern C++11/14',

0 commit comments

Comments
 (0)