From ad0f931a77bab737e8d42cc02f7e3e6ba3e03bfc Mon Sep 17 00:00:00 2001 From: Dipendu Ghosh Date: Wed, 14 Aug 2024 17:58:50 +0530 Subject: [PATCH] update version = "0.0.2" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cc76aa..86f4977 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import setuptools pkg_name = "snappi_cyperf" -version = "0.0.1" +version = "0.0.2" # read long description from readme.md base_dir = os.path.abspath(os.path.dirname(__file__))