From 38f5a5e40f9a7657885a099b7d3a53a3a21d0c3c Mon Sep 17 00:00:00 2001 From: karthikeyan-dhandapani <50755751+karthikeyan-dhandapani@users.noreply.github.com> Date: Tue, 19 Oct 2021 09:57:11 -0700 Subject: [PATCH] Update pycentral version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5c966f9..26299aa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pycentral", - version="0.0.2", + version="0.0.3", author="aruba-automation", author_email="aruba-automation@hpe.com", description="Aruba Central Python Package", @@ -28,4 +28,4 @@ extras_require = { 'colorLog': ["colorlog"] } -) \ No newline at end of file +)