Skip to content

Commit

Permalink
Bumped version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Dec 10, 2024
1 parent 17e83fd commit d48d903
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
description='Python bindings for eos - A lightweight 3D Morphable Face Model fitting library in modern C++11/14',
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d48d903

Please sign in to comment.