File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.1.dev1
5+ 1.1.1
66========
77
88* feature: Estimators: add ``requirements.txt `` support for TensorFlow
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ You can install from source by cloning this repository and issuing a pip install
3939
4040 git clone https://github.com/aws/sagemaker-python-sdk.git
4141 python setup.py sdist
42- pip install dist/sagemaker-1.1.0 .tar.gz
42+ pip install dist/sagemaker-1.1.1 .tar.gz
4343
4444Supported Python versions
4545~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def __getattr__(cls, name):
1818 'tensorflow.python.framework' , 'tensorflow_serving' , 'tensorflow_serving.apis' ]
1919sys .modules .update ((mod_name , Mock ()) for mod_name in MOCK_MODULES )
2020
21- version = '1.1.0 '
21+ version = '1.1.1 '
2222project = u'sagemaker'
2323
2424# Add any Sphinx extension module names here, as strings. They can be extensions
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read(fname):
1111
1212
1313setup (name = "sagemaker" ,
14- version = "1.1.0 " ,
14+ version = "1.1.1 " ,
1515 description = "Open source library for training and deploying models on Amazon SageMaker." ,
1616 packages = find_packages ('src' ),
1717 package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments