readme update for CTk class and bug fix for .destroy() for all widgets

This commit is contained in:
Tom Schimansky
2022-01-01 22:16:06 +01:00
parent 063c1f8b6a
commit af73c9ad5f
12 changed files with 90 additions and 17 deletions

View File

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