From f30b003e97556e8c67812a6a0dc7fa046c28d1d6 Mon Sep 17 00:00:00 2001 From: Aesonus Date: Wed, 9 Dec 2020 17:37:55 -0600 Subject: [PATCH] Changed minor version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf94b9a..37f6254 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tklife", # Replace with your own username - version="0.2.2", + version="0.2.3", author="Cory Laughlin", author_email="corylcomposinger@gmail.com", description="COntains some basic classes for Tkinter Applications",