From 0db2e1dfca9d64087442a43019336457bf42f052 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 16:07:16 +0000 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c0cc18e..45f9241 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ if __name__ == "__main__": setup( name="XtendR", - version="0.0.5", + version="0.0.6", packages=find_packages(), install_requires=[], author="Jan Lerking", author_email="", description="A modular plugin system for Python.", - url="www.gitea.com/Lerking/XtendR", + url="https://www.gitea.com/Lerking/XtendR", classifiers=[ "Programming Language :: Python :: 3.11", "License :: OSI Approved :: MIT License",