From 2b2416ad5038d60f15c4e3e718d9228f1157acc3 Mon Sep 17 00:00:00 2001 From: Sapan Shah Date: Thu, 14 Nov 2019 02:21:34 -0800 Subject: [PATCH] Long lived first version of Cobra on github --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb12840..2612d8a 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def run_tests(self): setup( name='acicobra', - version='0.1', + version='1.0', description='Rest API client for the Cisco ACI', author='Cisco Systems Inc', author_email='acicobra@external.cisco.com',