Skip to content

Commit b9996ce

Browse files
committed
Version 0.3.4
1 parent 6f3e370 commit b9996ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
import shutil
99

1010
pkg_name = "snappi_convergence"
11-
version = "0.3.2"
11+
version = "0.3.4"
12+
model_protobuf_name = "otgconvergence"
13+
1214

1315
# read long description from readme.md
1416
base_dir = os.path.abspath(os.path.dirname(__file__))
@@ -17,7 +19,7 @@
1719

1820
openapiart.OpenApiArt(
1921
api_files=["models-convergence/api/info.yaml", "models-convergence/api/api.yaml"],
20-
protobuf_name=pkg_name,
22+
protobuf_name=model_protobuf_name,
2123
artifact_dir="artifacts",
2224
extension_prefix='snappi'
2325
).GeneratePythonSdk(package_name=pkg_name)

0 commit comments

Comments
 (0)