Skip to content

Commit d48d903

Browse files
committed
Bumped version to 1.5.0
1 parent 17e83fd commit d48d903

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.4.0
9-
date-released: 2023-03-26
8+
version: 1.5.0
9+
date-released: 2024-12-10
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.4.0 LANGUAGES CXX)
5+
project(eos VERSION 1.5.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
@@ -70,7 +70,7 @@ def build_extension(self, ext):
7070

7171
setup(
7272
name='eos-py',
73-
version='1.4.0.post0',
73+
version='1.5.0',
7474
author='Patrik Huber',
7575
author_email='[email protected]',
7676
description='Python bindings for eos - A lightweight 3D Morphable Face Model fitting library in modern C++11/14',

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "eos",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"dependencies": [
66
"boost-filesystem",
77
"boost-program-options",

0 commit comments

Comments
 (0)