diff --git a/libretrofuzz/__init__.py b/libretrofuzz/__init__.py index be798a7..7c34d0c 100644 --- a/libretrofuzz/__init__.py +++ b/libretrofuzz/__init__.py @@ -1 +1 @@ -__version__ = "3.6.4" +__version__ = "3.6.5" diff --git a/pyproject.toml b/pyproject.toml index cdc54d7..38f2848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libretrofuzz" -version = "3.6.4" +version = "3.6.5" description = "Fuzzy Retroarch thumbnail downloader" authors = ["i30817 "] license = "MIT"