From c72673580f5a2c530f033469f542cbea36a49c2c Mon Sep 17 00:00:00 2001 From: ANISH-GOTTAPU <48308607+ANISH-GOTTAPU@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:44:25 +0530 Subject: [PATCH] Version 0.5.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 191f94636..51d805a64 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools pkg_name = "snappi_ixnetwork" -version = "0.5.5" +version = "0.5.6" # read long description from readme.md base_dir = os.path.abspath(os.path.dirname(__file__))