From 40130483dd3dc921a6c69f66ba4ed9192c9c9acb Mon Sep 17 00:00:00 2001 From: "Marcus Vinicius G. Cesario" Date: Mon, 14 Sep 2015 22:31:46 -0300 Subject: [PATCH] version control --- networkapiclient/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networkapiclient/__init__.py b/networkapiclient/__init__.py index 6d7963d..63bb517 100644 --- a/networkapiclient/__init__.py +++ b/networkapiclient/__init__.py @@ -16,6 +16,6 @@ MAJOR_VERSION = '0' MINOR_VERSION = '6' -PATCH_VERSION = '2' +PATCH_VERSION = '3' VERSION = '.'.join((MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION,))