Merge pull request '0.0.9 build. /JL' (#22) from 0.0.9 into main

Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/22
This commit is contained in:
Lerking
2025-03-01 20:14:52 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -6,3 +6,8 @@ test:
publish:
twine upload --repository pypi dist/*
all:
$(dist)
$(test)
$(publish)

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