From 5315b3acb52060bfeafb5cab24e598e8ff7920f0 Mon Sep 17 00:00:00 2001 From: DX-Bandwidth Date: Tue, 12 Nov 2024 19:00:08 +0000 Subject: [PATCH] Generate SDK with OpenAPI Generator Version --- README.md | 2 +- bandwidth/__init__.py | 2 +- bandwidth/api_client.py | 2 +- bandwidth/configuration.py | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1de2f714..5e1ec4a7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Bandwidth's Communication APIs This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 -- Package version: 15.0.0 +- Package version: 1.0.0-dev - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com) diff --git a/bandwidth/__init__.py b/bandwidth/__init__.py index 835b28b0..6ba66bc5 100644 --- a/bandwidth/__init__.py +++ b/bandwidth/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "15.0.0" +__version__ = "1.0.0-dev" # import apis into sdk package from bandwidth.api.calls_api import CallsApi diff --git a/bandwidth/api_client.py b/bandwidth/api_client.py index e2054dad..e7adb6db 100644 --- a/bandwidth/api_client.py +++ b/bandwidth/api_client.py @@ -89,7 +89,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/15.0.0/python' + self.user_agent = 'OpenAPI-Generator/1.0.0-dev/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/bandwidth/configuration.py b/bandwidth/configuration.py index fd84071e..07a20412 100644 --- a/bandwidth/configuration.py +++ b/bandwidth/configuration.py @@ -409,7 +409,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.0.0\n"\ - "SDK Package Version: 15.0.0".\ + "SDK Package Version: 1.0.0-dev".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/pyproject.toml b/pyproject.toml index 3ae0ebc3..d4c04d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bandwidth" -version = "15.0.0" +version = "1.0.0-dev" description = "Bandwidth" authors = ["Bandwidth "] license = "NoLicense"