Fixing version issues while releasing 76/6276/2
authorwahidw <abdulwahid.w@nokia.com>
Wed, 9 Jun 2021 13:32:44 +0000 (13:32 +0000)
committerAbdul Wahid W <abdulwahid.w@nokia.com>
Wed, 9 Jun 2021 16:21:56 +0000 (16:21 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I40ec1ec9f44e8890ad61c4bb818be6006f1f9c6d

mdclogpy/setup.py

index e70a781..d3e76d7 100644 (file)
@@ -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",