Skip to content

Commit a667801

Browse files
authored
Bump version to 1.6.1 (#288)
1 parent 5b0a720 commit a667801

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ CHANGELOG
1111
=====
1212

1313
* feature: Add Chainer 4.1.0 support
14-
* bug-fix: Use chainer_full_version fixture in Chainer integration tests
1514

1615
1.5.4
1716
=====

README.rst

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

5151
git clone https://github.com/aws/sagemaker-python-sdk.git
5252
python setup.py sdist
53-
pip install dist/sagemaker-1.6.0.tar.gz
53+
pip install dist/sagemaker-1.6.1.tar.gz
5454

5555
Supported Python versions
5656
~~~~~~~~~~~~~~~~~~~~~~~~~

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.6.0",
26+
version="1.6.1",
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)