prepare release 0.1.0

This commit is contained in:
lucasheld 2022-08-03 22:49:10 +02:00
parent edd6419930
commit f9b90ad2b8
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import sys
if sys.argv[-1] == "publish":
os.system("rm dist/*")
os.system("python setup.py sdist")
os.system("twine upload --repository-url https://test.pypi.org/legacy/ dist/*")
os.system("twine upload dist/*")
sys.exit()
info = {}

View file

@ -1,5 +1,5 @@
__title__ = "uptime_kuma_api"
__version__ = "0.0.7"
__version__ = "0.1.0"
__author__ = "Lucas Held"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Lucas Held"