From 394f72d38393046212ab6c633181bb1c0a96fd3c Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 05:19:45 +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 63e315e..dedd700 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ if __name__ == "__main__": setup( name="XtendR", - version="0.0.3", + version="0.0.4", packages=find_packages(), install_requires=[], author="Jan Lerking", author_email="", description="A modular plugin system for Python.", - url="", + url="www.gitea.com/Lerking/XtendR", classifiers=[ "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License",