Skip to content

Commit

Permalink
version 0.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr committed Mar 1, 2021
1 parent 35a8d65 commit 0817346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ snappi/*
!snappi/snappicommon.py
!snappi/snappigenerator.py
!snappi/tests
!snappi/__main__.py
# !snappi/tests/test_serialize.py
scratch
models-release
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.43
0.1.44
2 changes: 1 addition & 1 deletion snappi/snappigenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import requests
from jsonpath_ng import parse

MODELS_RELEASE = 'v0.1.18'
MODELS_RELEASE = 'v0.2.1'

class SnappiGenerator(object):
"""Builds the snappi python package based on a released version of the
Expand Down

0 comments on commit 0817346

Please sign in to comment.