Skip to content

Commit

Permalink
Bump SDK to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Dec 6, 2022
1 parent 3c5fae8 commit af04dd7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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": "2.0.0-dev",
"packageVersion": "2.0.0",
"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: 2.0.0-dev
- Package version: 2.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion python/licenses/license.txt
Original file line number Diff line number Diff line change
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
2.0.0.dev0
2.0.0
UNKNOWN
UNKNOWN

Expand Down
2 changes: 1 addition & 1 deletion python/licenses/license_info.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"cryptography","38.0.4","Apache Software License; BSD License"
"pycparser","2.21","BSD License"
"python-dateutil","2.8.2","Apache Software License; BSD License"
"seldon-deploy-sdk","2.0.0.dev0","UNKNOWN"
"seldon-deploy-sdk","2.0.0","UNKNOWN"
"six","1.16.0","MIT License"
"urllib3","1.26.13","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/2.0.0-dev/python'
self.user_agent = 'Swagger-Codegen/2.0.0/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: 2.0.0-dev".\
"SDK Package Version: 2.0.0".\
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 = "2.0.0-dev"
VERSION = "2.0.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit af04dd7

Please sign in to comment.