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",