diff --git a/libretrofuzz/__init__.py b/libretrofuzz/__init__.py index 84301ef..832a2a5 100644 --- a/libretrofuzz/__init__.py +++ b/libretrofuzz/__init__.py @@ -1 +1 @@ -__version__ = '2.8.4' +__version__ = '2.8.5' diff --git a/pyproject.toml b/pyproject.toml index 24d4a36..c0903be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libretrofuzz" -version = "2.8.4" +version = "2.8.5" description = "Fuzzy Retroarch thumbnail downloader" authors = ["i30817 "] license = "MIT"