Skip to content

Commit

Permalink
v1.19.0
Browse files Browse the repository at this point in the history
Update snappi v1.19.0
Release snappi-ixnetwork v1.19.0
  • Loading branch information
indraniBh authored Dec 19, 2024
1 parent f7ac4f2 commit 31ddc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import setuptools

pkg_name = "snappi_ixnetwork"
version = "1.17.0"
version = "1.19.0"

# read long description from readme.md
base_dir = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -37,7 +37,7 @@
install_requires=["ixnetwork-restpy>=1.0.52"],
extras_require={
"testing": [
"snappi==1.17.0",
"snappi==1.19.0",
"pytest",
"mock",
"dpkt==1.9.4",
Expand Down

0 comments on commit 31ddc7a

Please sign in to comment.