Update setup.py

This commit is contained in:
Lerking
2025-03-27 19:20:30 +00:00
parent 3bcf01dc26
commit c5ee073d65
+1 -1
View File
@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name="XtendR",
version="0.2.1",
version="0.3.0",
packages=find_packages(),
install_requires=[],
author="Jan Lerking",