Merge pull request '0.0.8 update. /JL' (#21) from 0.0.8 into main

Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/21
This commit is contained in:
Lerking
2025-03-01 12:19:32 +00:00
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",