Skip to content

Commit

Permalink
fixed bug in fast analysis, changed data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrock94 committed Sep 11, 2024
1 parent d575011 commit 86eb620
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyaesthetics.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyaesthetics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <gack94@gmail.com>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 86eb620

Please sign in to comment.