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