From ad67becd91fa9b7f789da45c5fcd044743abc052 Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Fri, 3 Jul 2026 09:00:13 +0200 Subject: [PATCH] Verification configured. /JL --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe1cf0b..2cc4fc2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # XtendR -![Latest Version](https://gitpot.lerk.ing/badges/badge/static?label=Latest+version&message=0.5.0&color=blue) +![Latest Version](https://gitpot.lerk.ing/badges/badge/static?label=Latest+version&message=0.5.1&color=blue) A very basic Python 3.12 friendly plugin system based on the K.I.S.S principle. diff --git a/setup.py b/setup.py index 9c5519a..3906a20 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ if __name__ == "__main__": setup( name="XtendR", - version="0.5.0", + version="0.5.1", packages=find_packages(), install_requires=[], author="Jan Lerking", -- 2.39.5