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