From 046b09b9aa387b9cfd4dd75862b6320b8fda1cfd Mon Sep 17 00:00:00 2001 From: i30817 Date: Mon, 30 Oct 2023 09:18:23 +0000 Subject: [PATCH] Update version (#26) * Update __init__.py * Update pyproject.toml --- 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 dae42b1..ad45aa3 100644 --- a/libretrofuzz/__init__.py +++ b/libretrofuzz/__init__.py @@ -1 +1 @@ -__version__ = "3.5.2" +__version__ = "3.5.3" diff --git a/pyproject.toml b/pyproject.toml index fdf5d7b..303b0ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libretrofuzz" -version = "3.5.2" +version = "3.5.3" description = "Fuzzy Retroarch thumbnail downloader" authors = ["i30817 "] license = "MIT"