From 8ef5af6ba9465410fbabc26ccd94671909649f8d Mon Sep 17 00:00:00 2001 From: i30817 Date: Sun, 11 Sep 2022 15:54:25 +0100 Subject: [PATCH] update version --- libretro_scummvm_playlist/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro_scummvm_playlist/__init__.py b/libretro_scummvm_playlist/__init__.py index f1edb19..05633ca 100644 --- a/libretro_scummvm_playlist/__init__.py +++ b/libretro_scummvm_playlist/__init__.py @@ -1 +1 @@ -__version__ = '2.2.2' +__version__ = '2.2.3' diff --git a/pyproject.toml b/pyproject.toml index b540844..f21be3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libretro_scummvm_playlist" -version = "2.2.2" +version = "2.2.3" description = "" authors = ["i30817 "]