readme fix and new version (1.7)

This commit is contained in:
Tom Schimansky 2022-01-01 22:39:17 +01:00
parent af73c9ad5f
commit b262ddb39b
3 changed files with 3 additions and 2 deletions

View File

@ -179,6 +179,7 @@ root_tk = customtkinter.CTk()
root_tk.configure(bg_color="gray20") root_tk.configure(bg_color="gray20")
root_tk.configure(bg_color=(<light-mode color>, <dark-mode color>)) root_tk.configure(bg_color=(<light-mode color>, <dark-mode color>))
``` ```
</details>
### CTkButton ### CTkButton
Examle Code: Examle Code:

View File

@ -1,4 +1,4 @@
__version__ = "1.6" __version__ = "1.7"
from .customtkinter_button import CTkButton from .customtkinter_button import CTkButton
from .customtkinter_slider import CTkSlider from .customtkinter_slider import CTkSlider

View File

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