diff --git a/networkapiclient/__init__.py b/networkapiclient/__init__.py index 04e6263..27607e4 100644 --- a/networkapiclient/__init__.py +++ b/networkapiclient/__init__.py @@ -15,7 +15,7 @@ # limitations under the License. MAJOR_VERSION = '0' -MINOR_VERSION = '5' -PATCH_VERSION = '3' +MINOR_VERSION = '6' +PATCH_VERSION = '0' VERSION = '.'.join((MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION,))