Skip to content

Commit

Permalink
version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr authored Jan 8, 2022
1 parent 49405c6 commit 5d6f816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "0.7.2"
version = "0.7.3"

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

0 comments on commit 5d6f816

Please sign in to comment.