From 39fba456bcc4ebbb525cbfb98806ef46862e0d30 Mon Sep 17 00:00:00 2001 From: i30817 Date: Wed, 7 Jun 2023 04:34:48 +0100 Subject: [PATCH] Update version --- libretrofuzz/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libretrofuzz/__init__.py b/libretrofuzz/__init__.py index baf6811..8a93c15 100644 --- a/libretrofuzz/__init__.py +++ b/libretrofuzz/__init__.py @@ -1 +1 @@ -__version__ = '2.9.6' +__version__ = '2.9.7' diff --git a/pyproject.toml b/pyproject.toml index e4e4c60..3cda850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libretrofuzz" -version = "2.9.6" +version = "2.9.7" description = "Fuzzy Retroarch thumbnail downloader" authors = ["i30817 "] license = "MIT"