We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566039b commit 485e944Copy full SHA for 485e944
README.rst
@@ -48,7 +48,7 @@ You can install from source by cloning this repository and issuing a pip install
48
49
git clone https://github.com/aws/sagemaker-python-sdk.git
50
python setup.py sdist
51
- pip install dist/sagemaker-1.3.0.tar.gz
+ pip install dist/sagemaker-1.4.0.tar.gz
52
53
Supported Python versions
54
~~~~~~~~~~~~~~~~~~~~~~~~~
setup.py
@@ -23,7 +23,7 @@ def read(fname):
23
24
25
setup(name="sagemaker",
26
- version="1.3.0",
+ version="1.4.0",
27
description="Open source library for training and deploying models on Amazon SageMaker.",
28
packages=find_packages('src'),
29
package_dir={'': 'src'},
0 commit comments