version 3.0

This commit is contained in:
Tom Schimansky
2022-03-02 01:01:14 +01:00
parent 9ed461e04c
commit d0592340a6
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
__version__ = "2.4"
__version__ = "3.0"
from .customtkinter_dialog import CTkDialog
from .customtkinter_button import CTkButton