Skip to content

Commit 9f37453

Browse files
band-swi[bot]DX-Bandwidthckoegel
authored
Generate SDK with OpenAPI Generator Version (#227)
Co-authored-by: DX-Bandwidth <[email protected]> Co-authored-by: Cameron Koegel <[email protected]>
1 parent 7b9a7fc commit 9f37453

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bandwidth's Communication APIs
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.0.0
7-
- Package version: 15.0.0
7+
- Package version: 1.0.0-dev
88
- Generator version: 7.7.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com)

bandwidth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "15.0.0"
18+
__version__ = "1.0.0-dev"
1919

2020
# import apis into sdk package
2121
from bandwidth.api.calls_api import CallsApi

bandwidth/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
self.default_headers[header_name] = header_value
9090
self.cookie = cookie
9191
# Set default User-Agent.
92-
self.user_agent = 'OpenAPI-Generator/15.0.0/python'
92+
self.user_agent = 'OpenAPI-Generator/1.0.0-dev/python'
9393
self.client_side_validation = configuration.client_side_validation
9494

9595
def __enter__(self):

bandwidth/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def to_debug_report(self):
409409
"OS: {env}\n"\
410410
"Python Version: {pyversion}\n"\
411411
"Version of the API: 1.0.0\n"\
412-
"SDK Package Version: 15.0.0".\
412+
"SDK Package Version: 1.0.0-dev".\
413413
format(env=sys.platform, pyversion=sys.version)
414414

415415
def get_host_settings(self):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bandwidth"
3-
version = "15.0.0"
3+
version = "1.0.0-dev"
44
description = "Bandwidth"
55
authors = ["Bandwidth <[email protected]>"]
66
license = "NoLicense"

0 commit comments

Comments
 (0)