From 2779f7b6a491595ca4df5aa658a593c140592b7f Mon Sep 17 00:00:00 2001 From: Stephen Mildenhall Date: Fri, 4 Jul 2025 11:30:10 +0100 Subject: [PATCH] 5.2.1 removed logging and _version --- greater_tables/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/greater_tables/__init__.py b/greater_tables/__init__.py index 0edcab0..776065a 100644 --- a/greater_tables/__init__.py +++ b/greater_tables/__init__.py @@ -1,8 +1,7 @@ __project__ = 'greater_tables' __author__ = 'Stephen J Mildenhall' -__version__ = '5.2.0' +__version__ = '5.2.1' from . core import GT from . fabrications import Fabricator from . etcher import Etcher -from . gtlogging import setup_logging