From: wahidw Date: Wed, 9 Jun 2021 13:32:44 +0000 (+0000) Subject: Fixing version issues while releasing X-Git-Tag: 1.1.4~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0f609ed88ed82b631faa0f019e61b92d800b09e6;p=com%2Fpylog.git Fixing version issues while releasing Signed-off-by: wahidw Change-Id: I40ec1ec9f44e8890ad61c4bb818be6006f1f9c6d --- diff --git a/mdclogpy/setup.py b/mdclogpy/setup.py index e70a781..d3e76d7 100644 --- a/mdclogpy/setup.py +++ b/mdclogpy/setup.py @@ -25,7 +25,7 @@ def readme(): return f.read() setup(name='mdclogpy', - version='1.1.3', + version='1.1.2', description='Structured logging library with Mapped Diagnostic Context', long_description=readme(), long_description_content_type="text/markdown",