Skip to content

Commit a3a604f

Browse files
committed
prepare for v0.9 release
1 parent 3808562 commit a3a604f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class MyTabView(ctk.CTkTabview):
285285

286286

287287
class App(CTk):
288-
local_version = "v0.8.2"
288+
local_version = "v0.9"
289289

290290
def __init__(self, local_version=local_version):
291291
super().__init__()

0 commit comments

Comments
 (0)