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