File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
- 1.4.2dev
6
- ========
5
+ 1.4.2
6
+ =====
7
7
8
8
* bug-fix: Unit Tests: Improve unit test runtime
9
9
* bug-fix: Estimators: Fix attach for LDA
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ You can install from source by cloning this repository and issuing a pip install
49
49
50
50
git clone https://github.com/aws/sagemaker-python-sdk.git
51
51
python setup.py sdist
52
- pip install dist/sagemaker-1.4.1 .tar.gz
52
+ pip install dist/sagemaker-1.4.2 .tar.gz
53
53
54
54
Supported Python versions
55
55
~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(fname):
23
23
24
24
25
25
setup (name = "sagemaker" ,
26
- version = "1.4.1 " ,
26
+ version = "1.4.2 " ,
27
27
description = "Open source library for training and deploying models on Amazon SageMaker." ,
28
28
packages = find_packages ('src' ),
29
29
package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments