Skip to content

Commit

Permalink
Update snappi-ixn 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Dec 19, 2024
1 parent cd5966e commit 2508e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
python_requires=">=2.7, <4",
install_requires=install_requires,
extras_require={
"ixnetwork": ["snappi_ixnetwork==1.17.0"],
"ixnetwork": ["snappi_ixnetwork==1.19.0"],
"trex": ["snappi_trex"],
"testing": ["pytest", "flask"],
},
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Version:
models_version = "1.19.0"
version = "1.19.0"
version = "1.19.1"
package_name = "snappi"
protobuf_name = "otg"
go_package_name = "gosnappi"

0 comments on commit 2508e0b

Please sign in to comment.