2 Commits

Author SHA1 Message Date
Lerking 68d3aa3ed2 Merge pull request '0.0.9 build. /JL' (#22) from 0.0.9 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/22
2025-03-01 20:14:52 +00:00
Lerking 2ea29fe5ea 0.0.9 build. /JL 2025-03-01 21:14:15 +01:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -6,3 +6,8 @@ test:
publish:
twine upload --repository pypi dist/*
all:
$(dist)
$(test)
$(publish)
+1 -1
View File
@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name="XtendR",
version="0.0.8",
version="0.0.9",
packages=find_packages(),
install_requires=[],
author="Jan Lerking",