Skip to content

Commit 638a997

Browse files
committed
Bumped version to 1.0.0
1 parent 29141c6 commit 638a997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 0.18.0 LANGUAGES CXX)
5+
project(eos VERSION 1.0.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='0.18.0',
69+
version='1.0.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)