From d48d903aa61a5a207df2a5d4b16419d83986e320 Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Mon, 9 Dec 2024 20:08:13 +0000 Subject: [PATCH] Bumped version to 1.5.0 --- CITATION.cff | 4 ++-- CMakeLists.txt | 2 +- setup.py | 2 +- vcpkg.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4391c619..aff6f797 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,8 +5,8 @@ authors: given-names: "Patrik" orcid: "https://orcid.org/0000-0002-1474-1040" title: "eos: A lightweight 3D Morphable Face Model library in modern C++" -version: 1.4.0 -date-released: 2023-03-26 +version: 1.5.0 +date-released: 2024-12-10 url: "https://github.com/patrikhuber/eos" license: Apache-2.0 preferred-citation: diff --git a/CMakeLists.txt b/CMakeLists.txt index e7ae36e0..1efa4e0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.2) if(MSVC) cmake_minimum_required(VERSION 3.10.0) # needed for CMAKE_CXX_STANDARD 17 on >=VS2017.3 endif() -project(eos VERSION 1.4.0 LANGUAGES CXX) +project(eos VERSION 1.5.0 LANGUAGES CXX) set_property(GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/setup.py b/setup.py index 4d9910c6..e92ebfa1 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def build_extension(self, ext): setup( name='eos-py', - version='1.4.0.post0', + version='1.5.0', 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', diff --git a/vcpkg.json b/vcpkg.json index 573cd625..394822e0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "eos", - "version": "1.4.0", + "version": "1.5.0", "dependencies": [ "boost-filesystem", "boost-program-options",