From 92db1e1a9247d390d8c795870a8318616e952a74 Mon Sep 17 00:00:00 2001 From: DeltaGa <64390725+DeltaGa@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:30:26 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f41eedf..e5b3ce7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="ctk_toggle", - version="1.0.0", + version="1.0.1", description="A lightweight Python package for creating toggle buttons and groups using CustomTkinter.", author="Tchicdje Kouojip Joram Smith (DeltaGa)", author_email="dev.github.tkjoramsmith@outlook.com",