From d31235cc43273493bf91c84ac5a93a8dca194ab5 Mon Sep 17 00:00:00 2001 From: Luke Kreczko Date: Wed, 30 Nov 2022 15:58:24 +0000 Subject: [PATCH] build: bumped version to 0.1.1 --- src/fasthep_logging/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fasthep_logging/__init__.py b/src/fasthep_logging/__init__.py index b8f31eb..ac7f212 100644 --- a/src/fasthep_logging/__init__.py +++ b/src/fasthep_logging/__init__.py @@ -9,7 +9,7 @@ from ._logging import DEFAULT_LOG_LEVEL, TIMING, TRACE, get_logger, getLogger -__version__ = "0.1.0" +__version__ = "0.1.1" __all__ = ( "__version__",