From 86eb620378dd2a2f021cafdcd8fb64e8440157d5 Mon Sep 17 00:00:00 2001 From: Giulio Gabrieli Date: Wed, 11 Sep 2024 18:51:47 +0200 Subject: [PATCH] fixed bug in fast analysis, changed data folder --- 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 97906a9..a0c365c 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.4' +version = '0.0.8.5' # The full version, including alpha/beta/rc tags -release = '0.0.8.4' +release = '0.0.8.5' # -- General configuration --------------------------------------------------- diff --git a/pyaesthetics.egg-info/PKG-INFO b/pyaesthetics.egg-info/PKG-INFO index c15100b..9d8272b 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.4 +Version: 0.0.8.5 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 dc9800d..d5f8cb0 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.4' #Version Control +__version__ = '0.0.8.5' #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 2155fb5..3edb1ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyaesthetics" -version = "0.0.8.4" +version = "0.0.8.5" description = "A python package to estimate visual features about the aesthetic appearance of still images." authors = ["Giulio Gabrieli "] license = "GPL-3.0"