Skip to content

Commit

Permalink
prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheld committed Aug 3, 2022
1 parent edd6419 commit f9b90ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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 = {}
Expand Down
2 changes: 1 addition & 1 deletion uptime_kuma_api/__version__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit f9b90ad

Please sign in to comment.