From 066f0045357eadffc974159d3d41e23a81c43703 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Thu, 20 Aug 2020 08:29:40 -0400 Subject: [PATCH] bump: version 0.2.2 --- containerlog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containerlog/__init__.py b/containerlog/__init__.py index 4b9c4ab..5fd3982 100644 --- a/containerlog/__init__.py +++ b/containerlog/__init__.py @@ -14,7 +14,7 @@ # Project attributes __title__ = 'containerlog' -__version__ = '0.2.1' +__version__ = '0.2.2' __description__ = 'Optimized, opinionated structured logging for containerized applications.' __author__ = 'Erick Daniszewski' __author_email__ = 'erick@vapor.io'