Skip to content

Commit

Permalink
Merge pull request #13 from mxenabled/openapi-generator-0.4.4
Browse files Browse the repository at this point in the history
Generated version 0.4.4
  • Loading branch information
brettmortensen authored Feb 1, 2022
2 parents d9b36aa + 4242be8 commit 9832479
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mx_platform_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""


__version__ = "0.4.3"
__version__ = "0.4.4"

# import ApiClient
from mx_platform_python.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion mx_platform_python/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/0.4.3/python'
self.user_agent = 'OpenAPI-Generator/0.4.4/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion mx_platform_python/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.1.0\n"\
"SDK Package Version: 0.4.3".\
"SDK Package Version: 0.4.4".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
packageName: mx_platform_python
packageUrl: https://pypi.org/project/mx-platform-python
packageVersion: 0.4.3
packageVersion: 0.4.4
projectName: mx-platform-python
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "mx-platform-python"
VERSION = "0.4.3"
VERSION = "0.4.4"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 9832479

Please sign in to comment.