From e8e80e189f67462386aa66bd1c62f7b7b14364d9 Mon Sep 17 00:00:00 2001 From: Thisal <93121062+Thisal-D@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:09:18 +0530 Subject: [PATCH] Update __init__.py --- tkchart/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tkchart/__init__.py b/tkchart/__init__.py index 0fdad07..5995446 100644 --- a/tkchart/__init__.py +++ b/tkchart/__init__.py @@ -1,4 +1,4 @@ from .LineChart import * from .Line import * -__version__ = '1.0.5' +__version__ = '1.0.6'