5.2.1 removed logging and _version

This commit is contained in:
Stephen Mildenhall
2025-07-04 11:30:10 +01:00
parent 98e621e8a4
commit 2779f7b6a4
+1 -2
View File
@@ -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