added badges

This commit is contained in:
Tom Schimansky 2021-05-08 13:20:15 +02:00
parent e8a081d237
commit b2d0ec65fe
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
![PyPI](https://img.shields.io/pypi/v/customtkinter)
![PyPI - Downloads](https://img.shields.io/pypi/dm/customtkinter)
![PyPI - Downloads](https://img.shields.io/pypi/dm/customtkinter?color=green)
![PyPI - License](https://img.shields.io/pypi/l/customtkinter)
# CustomTkinter

View File

@ -10,7 +10,7 @@ def read(filename):
setup(name="customtkinter",
version="0.5",
version="1.0",
author="Tom Schimansky",
license="Creative Commons Zero v1.0 Universal",
url="https://github.com/TomSchimansky/CustomTkinter",