1 Commits

Author SHA1 Message Date
Lerking ad67becd91 Verification configured. /JL 2026-07-03 09:00:13 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# XtendR # 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. A very basic Python 3.12 friendly plugin system based on the K.I.S.S principle.
+1 -1
View File
@@ -6,7 +6,7 @@ if __name__ == "__main__":
setup( setup(
name="XtendR", name="XtendR",
version="0.5.0", version="0.5.1",
packages=find_packages(), packages=find_packages(),
install_requires=[], install_requires=[],
author="Jan Lerking", author="Jan Lerking",