From c7253ad0ff0761e8fe238105251f8aeb90eeb3f4 Mon Sep 17 00:00:00 2001 From: Vikrant Balyan Date: Thu, 21 Jul 2022 15:45:44 +0530 Subject: [PATCH] bumping up the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8c21848..95c18324 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ucsmsdk', - version='0.9.12', + version='0.9.13', description="Python SDK for Cisco UCS", long_description=readme + '\n\n' + history, long_description_content_type='text/markdown',