Skip to content

Commit 485e944

Browse files
committed
Bump version to 1.4.0
1 parent 566039b commit 485e944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can install from source by cloning this repository and issuing a pip install
4848

4949
git clone https://github.com/aws/sagemaker-python-sdk.git
5050
python setup.py sdist
51-
pip install dist/sagemaker-1.3.0.tar.gz
51+
pip install dist/sagemaker-1.4.0.tar.gz
5252

5353
Supported Python versions
5454
~~~~~~~~~~~~~~~~~~~~~~~~~

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323

2424

2525
setup(name="sagemaker",
26-
version="1.3.0",
26+
version="1.4.0",
2727
description="Open source library for training and deploying models on Amazon SageMaker.",
2828
packages=find_packages('src'),
2929
package_dir={'': 'src'},

0 commit comments

Comments
 (0)