From a6a2a7aa8f163f037fdb15a4ef0322a08523f77e Mon Sep 17 00:00:00 2001 From: akash-gautam Date: Wed, 8 Jul 2020 18:26:21 +0530 Subject: [PATCH] 0.16.0 --- c8/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c8/version.py b/c8/version.py index 38dd82e..8911e95 100644 --- a/c8/version.py +++ b/c8/version.py @@ -1 +1 @@ -__version__ = '0.14.6' +__version__ = '0.16.0' diff --git a/setup.py b/setup.py index 1cf16e7..b3f98b4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pyC8', - version='0.15.2', + version='0.16.0', description='Python Driver for Macrometa Global Edge Fabric', long_description=description, long_description_content_type="text/markdown",