0.0.8 update. /JL

This commit is contained in:
2025-03-01 13:18:10 +01:00
parent 96bb0f0f3d
commit b709e4d942
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
dist:
python -m build
python -m build
test:
twine upload --repository testpypi /dist
twine upload --repository testpypi dist/*
publish:
twine upload --repository pypi /dist
twine upload --repository pypi dist/*

View File

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