Skip to content

Commit

Permalink
Merge pull request #41 from gsunner/version-bump-1-4-1-1
Browse files Browse the repository at this point in the history
bump version to 1.4.1.1
  • Loading branch information
gsunner authored Jan 5, 2022
2 parents 50b64f2 + 509832a commit 14b1dc5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "seldon-deploy-sdk",
"packageName": "seldon_deploy_sdk",
"packageVersion": "1.4.1",
"packageVersion": "1.4.1.1",
"packageUrl": "https://deploy.seldon.io"
}
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API to interact and manage the lifecycle of your machine learning models deploye
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v1alpha1
- Package version: 1.4.1
- Package version: 1.4.1.1
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
4 changes: 2 additions & 2 deletions python/licenses/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ documentation is licensed as follows:


cryptography
36.0.0
36.0.1
Apache Software License; BSD License
This software is made available under the terms of *either* of the licenses
found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made
Expand Down Expand Up @@ -191,7 +191,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The above BSD License Applies to all code, even that also covered by Apache 2.0.

seldon-deploy-sdk
1.4.1
1.4.1.1
UNKNOWN
UNKNOWN

Expand Down
4 changes: 2 additions & 2 deletions python/licenses/license_info.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"Authlib","0.15.5","BSD License"
"certifi","2021.10.8","Mozilla Public License 2.0 (MPL 2.0)"
"cffi","1.15.0","MIT License"
"cryptography","36.0.0","Apache Software License; BSD License"
"cryptography","36.0.1","Apache Software License; BSD License"
"pycparser","2.21","BSD License"
"python-dateutil","2.8.2","Apache Software License; BSD License"
"seldon-deploy-sdk","1.4.1","UNKNOWN"
"seldon-deploy-sdk","1.4.1.1","UNKNOWN"
"six","1.16.0","MIT License"
"urllib3","1.26.7","MIT License"
2 changes: 1 addition & 1 deletion python/seldon_deploy_sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/1.4.1/python'
self.user_agent = 'Swagger-Codegen/1.4.1.1/python'
self.client_side_validation = configuration.client_side_validation

def __del__(self):
Expand Down
2 changes: 1 addition & 1 deletion python/seldon_deploy_sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1alpha1\n"\
"SDK Package Version: 1.4.1".\
"SDK Package Version: 1.4.1.1".\
format(env=sys.platform, pyversion=sys.version)
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "seldon-deploy-sdk"
VERSION = "1.4.1"
VERSION = "1.4.1.1"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 14b1dc5

Please sign in to comment.