Skip to content

Commit 86eb620

Browse files
committed
fixed bug in fast analysis, changed data folder
1 parent d575011 commit 86eb620

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
author = 'Giulio Gabrieli'
3535

3636
# The short X.Y version
37-
version = '0.0.8.4'
37+
version = '0.0.8.5'
3838
# The full version, including alpha/beta/rc tags
39-
release = '0.0.8.4'
39+
release = '0.0.8.5'
4040

4141

4242
# -- General configuration ---------------------------------------------------

pyaesthetics.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: pyaesthetics
3-
Version: 0.0.8.4
3+
Version: 0.0.8.5
44
Summary: Images aesthetic analysis
55
Home-page: https://github.com/Gabrock94/pyaesthetics
66
Author: Giulio Gabrieli

pyaesthetics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from . import visualcomplexity
1515

1616
# This is used to print out the package version
17-
__version__ = '0.0.8.4' #Version Control
17+
__version__ = '0.0.8.5' #Version Control
1818

1919
print("Thank you for using pyaesthetics. If you use it in your work, please cite:")
2020
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.")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyaesthetics"
3-
version = "0.0.8.4"
3+
version = "0.0.8.5"
44
description = "A python package to estimate visual features about the aesthetic appearance of still images."
55
authors = ["Giulio Gabrieli <[email protected]>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)