From defe493148938b5cef924aeb3b7050cc935b23f6 Mon Sep 17 00:00:00 2001 From: Gowrishankar Muthukrishnan Date: Thu, 19 Mar 2020 17:25:12 +0530 Subject: [PATCH] verion 1.0.16 --- netcontrold/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcontrold/__init__.py b/netcontrold/__init__.py index ec784de..dcfa460 100644 --- a/netcontrold/__init__.py +++ b/netcontrold/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.15' +__version__ = '1.0.16' VERSION = __version__ __all__ = ['app', 'lib']