From: Roni Riska Date: Mon, 5 Aug 2019 07:46:40 +0000 (+0300) Subject: Bump module version X-Git-Tag: 1.1.1~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b32cd2812d92d328a03c5f89774933d00264327e;p=com%2Fpylog.git Bump module version Update the version from 1.0 to 1.1 Change-Id: I16ecdbc367dbba41c2856a905fe8cf721ddeff13 Signed-off-by: Roni Riska --- diff --git a/setup.py b/setup.py index 1c4d762..dcd8fad 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def readme(): return f.read() setup(name='mdclogpy', - version='1.0', + version='1.1', description='Structured logging library with Mapped Diagnostic Context', long_description=readme(), long_description_content_type="text/markdown", @@ -36,4 +36,4 @@ setup(name='mdclogpy', author_email='kturunen@nokia.com', license='Apache Software License', packages=['mdclogpy'], - zip_safe=False) \ No newline at end of file + zip_safe=False)