From 4a19d43d287e0e057f33e1b0c5e5b6d04ec41dd6 Mon Sep 17 00:00:00 2001 From: Giulio Gabrieli Date: Thu, 12 Sep 2024 11:54:09 +0200 Subject: [PATCH] updated sRGB2RBG function in utils --- docs/conf.py | 4 ++-- pyaesthetics.egg-info/PKG-INFO | 2 +- pyaesthetics/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a0c365c..ca463da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,9 +34,9 @@ author = 'Giulio Gabrieli' # The short X.Y version -version = '0.0.8.5' +version = '0.0.8.6' # The full version, including alpha/beta/rc tags -release = '0.0.8.5' +release = '0.0.8.6' # -- General configuration --------------------------------------------------- diff --git a/pyaesthetics.egg-info/PKG-INFO b/pyaesthetics.egg-info/PKG-INFO index 9d8272b..8bf0ee5 100644 --- a/pyaesthetics.egg-info/PKG-INFO +++ b/pyaesthetics.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyaesthetics -Version: 0.0.8.5 +Version: 0.0.8.6 Summary: Images aesthetic analysis Home-page: https://github.com/Gabrock94/pyaesthetics Author: Giulio Gabrieli diff --git a/pyaesthetics/__init__.py b/pyaesthetics/__init__.py index d5f8cb0..b3c1c6f 100755 --- a/pyaesthetics/__init__.py +++ b/pyaesthetics/__init__.py @@ -14,7 +14,7 @@ from . import visualcomplexity # This is used to print out the package version -__version__ = '0.0.8.5' #Version Control +__version__ = '0.0.8.6' #Version Control print("Thank you for using pyaesthetics. If you use it in your work, please cite:") print("Gabrieli, G., Bornstein, M. H., Setoh, P., & Esposito, G. (2023). Machine learning estimation of users’ implicit and explicit aesthetic judgments of web-pages. Behaviour & Information Technology, 42(4), 392-402.") diff --git a/pyproject.toml b/pyproject.toml index 3edb1ac..6b859b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyaesthetics" -version = "0.0.8.5" +version = "0.0.8.6" description = "A python package to estimate visual features about the aesthetic appearance of still images." authors = ["Giulio Gabrieli "] license = "GPL-3.0"