forked from DGNum/uptime-kuma-api
prepare release 0.1.0
This commit is contained in:
parent
edd6419930
commit
f9b90ad2b8
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ import sys
|
||||||
if sys.argv[-1] == "publish":
|
if sys.argv[-1] == "publish":
|
||||||
os.system("rm dist/*")
|
os.system("rm dist/*")
|
||||||
os.system("python setup.py sdist")
|
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()
|
sys.exit()
|
||||||
|
|
||||||
info = {}
|
info = {}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
__title__ = "uptime_kuma_api"
|
__title__ = "uptime_kuma_api"
|
||||||
__version__ = "0.0.7"
|
__version__ = "0.1.0"
|
||||||
__author__ = "Lucas Held"
|
__author__ = "Lucas Held"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__copyright__ = "Copyright 2022 Lucas Held"
|
__copyright__ = "Copyright 2022 Lucas Held"
|
||||||
|
|
Loading…
Reference in a new issue