Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Nov 18, 2020
1 parent 60c40d5 commit 7d54136
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ This is the API of the Software Description Ontology at [https://w3id.org/okn/o/

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.5.0
- Package version: 5.0.0
- API version: v1.6.0
- Package version: 6.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3
6.0.0
2 changes: 1 addition & 1 deletion modelcatalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from __future__ import absolute_import

__version__ = "5.0.0"
__version__ = "6.0.0"

# import apis into sdk package
from modelcatalog.api.causal_diagram_api import CausalDiagramApi
Expand Down
2 changes: 1 addition & 1 deletion modelcatalog/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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 = 'OpenAPI-Generator/5.0.0/python'
self.user_agent = 'OpenAPI-Generator/6.0.0/python'

def __del__(self):
if self._pool:
Expand Down
4 changes: 2 additions & 2 deletions modelcatalog/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1.5.0\n"\
"SDK Package Version: 5.0.0".\
"Version of the API: v1.6.0\n"\
"SDK Package Version: 6.0.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion openapi-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packageName": "modelcatalog",
"projectName": "modelcatalog-api",
"modelPropertyNaming": "camelCase",
"packageVersion": "5.0.0",
"packageVersion": "6.0.0",
"packageUrl": "https://pypi.org/project/modelcatalog-api/"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "modelcatalog-api"
VERSION = "5.0.0"
VERSION = "6.0.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 7d54136

Please sign in to comment.