Skip to content

Commit be2930d

Browse files
committed
Bump library version
1 parent 136c684 commit be2930d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

emotieffcpplib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10.2)
2-
project("emotiefflib")
2+
project("emotiefflib" VERSION 1.0)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

emotiefflib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
High Speed Emotion Intelligence module
2+
Emotion Efficient Library module
33
"""
44

5-
__version__ = "0.4.0"
5+
__version__ = "1.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
setup(
1717
name="emotiefflib",
18-
version="0.4.0",
18+
version="1.0",
1919
license="Apache-2.0",
2020
author="Andrey Savchenko, Egor Churaev",
2121
author_email="andrey.v.savchenko@gmail.com, egor.churaev@gmail.com",
2222
packages=find_packages("."),
23-
# download_url="https://github.com/HSE-asavchenko/hsemotion-onnx/archive/v0.3.1.tar.gz",
23+
download_url="https://github.com/av-savchenko/EmotiEffLib/archive/v1.0.tar.gz",
2424
url="https://github.com/av-savchenko/EmotiEffLib",
2525
description="EmotiEffLib Python Library for Facial Emotion and Engagement Recognition",
2626
keywords=[

0 commit comments

Comments
 (0)