File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ You can install from source by cloning this repository and issuing a pip install
47
47
48
48
git clone https://github.com/aws/sagemaker-python-sdk.git
49
49
python setup.py sdist
50
- pip install dist/sagemaker-1.1.3 .tar.gz
50
+ pip install dist/sagemaker-1.2.0 .tar.gz
51
51
52
52
Supported Python versions
53
53
~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def __getattr__(cls, name):
18
18
'tensorflow.python.framework' , 'tensorflow_serving' , 'tensorflow_serving.apis' ]
19
19
sys .modules .update ((mod_name , Mock ()) for mod_name in MOCK_MODULES )
20
20
21
- version = '1.1.3 '
21
+ version = '1.2.0 '
22
22
project = u'sagemaker'
23
23
24
24
# Add any Sphinx extension module names here, as strings. They can be extensions
You can’t perform that action at this time.
0 commit comments