Update setup.py

This commit is contained in:
Lerking
2025-02-25 06:26:29 +00:00
parent 44136c33b8
commit 828213912e

View File

@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name="XtendR",
version="0.0.6",
version="0.0.7",
packages=find_packages(),
install_requires=[],
author="Jan Lerking",