Skip to content

Commit af04dd7

Browse files
author
Adrian Gonzalez-Martin
committed
Bump SDK to 2.0.0
1 parent 3c5fae8 commit af04dd7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

config/python.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "seldon-deploy-sdk",
33
"packageName": "seldon_deploy_sdk",
4-
"packageVersion": "2.0.0-dev",
4+
"packageVersion": "2.0.0",
55
"packageUrl": "https://deploy.seldon.io"
66
}

python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ API to interact and manage the lifecycle of your machine learning models deploye
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: v1alpha1
7-
- Package version: 2.0.0-dev
7+
- Package version: 2.0.0
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

python/licenses/license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
191191
The above BSD License Applies to all code, even that also covered by Apache 2.0.
192192

193193
seldon-deploy-sdk
194-
2.0.0.dev0
194+
2.0.0
195195
UNKNOWN
196196
UNKNOWN
197197

python/licenses/license_info.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"cryptography","38.0.4","Apache Software License; BSD License"
66
"pycparser","2.21","BSD License"
77
"python-dateutil","2.8.2","Apache Software License; BSD License"
8-
"seldon-deploy-sdk","2.0.0.dev0","UNKNOWN"
8+
"seldon-deploy-sdk","2.0.0","UNKNOWN"
99
"six","1.16.0","MIT License"
1010
"urllib3","1.26.13","MIT License"

python/seldon_deploy_sdk/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7575
self.default_headers[header_name] = header_value
7676
self.cookie = cookie
7777
# Set default User-Agent.
78-
self.user_agent = 'Swagger-Codegen/2.0.0-dev/python'
78+
self.user_agent = 'Swagger-Codegen/2.0.0/python'
7979
self.client_side_validation = configuration.client_side_validation
8080

8181
def __del__(self):

python/seldon_deploy_sdk/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,5 @@ def to_debug_report(self):
283283
"OS: {env}\n"\
284284
"Python Version: {pyversion}\n"\
285285
"Version of the API: v1alpha1\n"\
286-
"SDK Package Version: 2.0.0-dev".\
286+
"SDK Package Version: 2.0.0".\
287287
format(env=sys.platform, pyversion=sys.version)

python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "seldon-deploy-sdk"
17-
VERSION = "2.0.0-dev"
17+
VERSION = "2.0.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)