From 0876df4c8c94133a8964f03c227b3017ef09deec Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Thu, 11 Feb 2021 00:14:36 +0530 Subject: [PATCH] version 0.1.39 --- VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 5786113b..528bd040 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.38 +0.1.39 diff --git a/setup.py b/setup.py index 6b2c5219..916b823e 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'typing' ], extras_require={ - 'ixnetwork': ['snappi_ixnetwork==0.1.11'] + 'ixnetwork': ['snappi_ixnetwork==0.1.12'] }, tests_require=['pytest'] )