Skip to content

Commit f650e11

Browse files
authored
Bump version to 1.8.0 (#329)
1 parent a583a1b commit f650e11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
CHANGELOG
33
=========
44

5-
1.8.0.dev
6-
=========
5+
1.8.0
6+
=====
77

88
* bug-fix: removing PCA from tuner
99
* feature: Estimators: add support for Amazon k-nearest neighbors(KNN) algorithm

README.rst

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

5252
git clone https://github.com/aws/sagemaker-python-sdk.git
5353
python setup.py sdist
54-
pip install dist/sagemaker-1.7.1.tar.gz
54+
pip install dist/sagemaker-1.8.0.tar.gz
5555

5656
Supported Operating Systems
5757
~~~~~~~~~~~~~~~~~~~~~~~~~~~

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