Skip to content

Commit

Permalink
Upgrade version to 1.4.2. (#234)
Browse files Browse the repository at this point in the history
* Upgrade version to 1.4.2.

* Address PR comments.
  • Loading branch information
nadiaya committed Jun 15, 2018
1 parent fb91511 commit 2e2e397
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
CHANGELOG
=========

1.4.2dev
========
1.4.2
=====

* bug-fix: Unit Tests: Improve unit test runtime
* bug-fix: Estimators: Fix attach for LDA
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -49,7 +49,7 @@ You can install from source by cloning this repository and issuing a pip install

git clone https://github.com/aws/sagemaker-python-sdk.git
python setup.py sdist
pip install dist/sagemaker-1.4.1.tar.gz
pip install dist/sagemaker-1.4.2.tar.gz

Supported Python versions
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@ def read(fname):


setup(name="sagemaker",
version="1.4.1",
version="1.4.2",
description="Open source library for training and deploying models on Amazon SageMaker.",
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down

0 comments on commit 2e2e397

Please sign in to comment.