From ca68b982adc30c078fbc23019629555fefb6cab0 Mon Sep 17 00:00:00 2001 From: i30817 Date: Sat, 28 Oct 2023 00:26:09 +0100 Subject: [PATCH] Update version (#11) * Update version * 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 158a549..8077105 100644 --- a/libretrofuzz/__init__.py +++ b/libretrofuzz/__init__.py @@ -1 +1 @@ -__version__ = "3.3.8" +__version__ = "3.3.9" diff --git a/pyproject.toml b/pyproject.toml index de2d457..b20f7ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libretrofuzz" -version = "3.3.8" +version = "3.3.9" description = "Fuzzy Retroarch thumbnail downloader" authors = ["i30817 "] license = "MIT"