Skip to content

Commit

Permalink
Update snappi-ixnetwork version
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Jan 30, 2025
1 parent 5386533 commit 7d761a9
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.19.0"],
"ixnetwork": ["snappi_ixnetwork==1.20.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.20.0"
version = "1.20.0"
version = "1.20.1"
package_name = "snappi"
protobuf_name = "otg"
go_package_name = "gosnappi"

0 comments on commit 7d761a9

Please sign in to comment.