From 7d761a90eb504e82dcfc21601ed5ceb79c6268c9 Mon Sep 17 00:00:00 2001 From: itachary Date: Thu, 30 Jan 2025 13:24:40 +0000 Subject: [PATCH] Update snappi-ixnetwork version --- setup.py | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a9d26f75..22c81a71 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ python_requires=">=2.7, <4", install_requires=install_requires, extras_require={ - "ixnetwork": ["snappi_ixnetwork==1.19.0"], + "ixnetwork": ["snappi_ixnetwork==1.20.0"], "trex": ["snappi_trex"], "testing": ["pytest", "flask"], }, diff --git a/version.py b/version.py index 058ad526..6f5f7dba 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ class Version: models_version = "1.20.0" - version = "1.20.0" + version = "1.20.1" package_name = "snappi" protobuf_name = "otg" go_package_name = "gosnappi"