Skip to content

Commit 8876288

Browse files
author
Mohamed Zeidan
committed
uncommented
1 parent 0c1cc04 commit 8876288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
setup(
4848
data_files=sagemaker_hyperpod_recipes,
4949
name="sagemaker-hyperpod",
50-
version="3.4.0",
50+
version="3.3.1",
5151
description="Amazon SageMaker HyperPod SDK and CLI",
5252
long_description=open("README.md").read(),
5353
long_description_content_type="text/markdown",
@@ -90,8 +90,8 @@
9090
"hyperpod-pytorch-job-template>=1.0.0, <2.0.0",
9191
"hyperpod-custom-inference-template>=1.0.0, <2.0.0",
9292
"hyperpod-jumpstart-inference-template>=1.0.0, <2.0.0",
93-
"hyperpod-cluster-stack-template>=1.0.0, <2.0.0",
94-
"hyperpod-space-template>=1.0.0, <2.0.0"
93+
"hyperpod-cluster-stack-template>=1.0.0, <2.0.0"
94+
"hyperpod_dev_space_template>=1.0.0, <2.0.0"
9595
],
9696
entry_points={
9797
"console_scripts": [

0 commit comments

Comments
 (0)