From 20eb591c802daaf4d07aef41152ab3c17366043d Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Tue, 2 Mar 2021 19:57:19 +0530 Subject: [PATCH] version 0.1.46 --- VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6ee33ba2..79e0dd8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.45 +0.1.46 diff --git a/setup.py b/setup.py index bc4a5fa7..09994324 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'typing' ], extras_require={ - 'ixnetwork': ['snappi_ixnetwork==0.1.14'] + 'ixnetwork': ['snappi_ixnetwork==0.1.15'] }, tests_require=['pytest'] )