0.0.9 build. /JL

This commit is contained in:
2025-03-01 21:14:15 +01:00
parent b709e4d942
commit 2ea29fe5ea
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",