From f936fe3a04d34c89e377096fa446df370df69eb1 Mon Sep 17 00:00:00 2001 From: ANISH-GOTTAPU <48308607+ANISH-GOTTAPU@users.noreply.github.com> Date: Wed, 15 Dec 2021 15:03:51 +0530 Subject: [PATCH] Version 0.7.1 Version 0.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3dcb5d879..4e1a61826 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools pkg_name = "snappi_ixnetwork" -version = "0.5.4" +version = "0.7.1" # read long description from readme.md base_dir = os.path.abspath(os.path.dirname(__file__))