Skip to content

Commit 9b3069a

Browse files
chore(python/algod_api): bump version to 1.0.0-alpha.6 [skip ci]
1 parent 4f81633 commit 9b3069a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/oas_templates/python/openapi-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
templateDir: oas_templates/python
22
additionalProperties:
3-
packageVersion: "1.0.0a5"
3+
packageVersion: "1.0.0a6"
44
packageName: algokit_algod_api
55
licenseInfo: MIT
66

packages/python/algod_api/README.md

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

66
- API version: 0.0.1
7-
- Package version: 1.0.0a5
7+
- Package version: 1.0.0a6
88
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://www.algorand.com/get-in-touch/contact](https://www.algorand.com/get-in-touch/contact)

packages/python/algod_api/algokit_algod_api/__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__ = "1.0.0a5"
18+
__version__ = "1.0.0a6"
1919

2020
# import apis into sdk package
2121
from algokit_algod_api.api.algod_api import AlgodApi

packages/python/algod_api/algokit_algod_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
self.default_headers[header_name] = header_value
9292
self.cookie = cookie
9393
# Set default User-Agent.
94-
self.user_agent = 'OpenAPI-Generator/1.0.0a5/python'
94+
self.user_agent = 'OpenAPI-Generator/1.0.0a6/python'
9595
self.client_side_validation = configuration.client_side_validation
9696

9797
def __enter__(self):

packages/python/algod_api/algokit_algod_api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def to_debug_report(self) -> str:
532532
"OS: {env}\n"\
533533
"Python Version: {pyversion}\n"\
534534
"Version of the API: 0.0.1\n"\
535-
"SDK Package Version: 1.0.0a5".\
535+
"SDK Package Version: 1.0.0a6".\
536536
format(env=sys.platform, pyversion=sys.version)
537537

538538
def get_host_settings(self) -> List[HostSetting]:

packages/python/algod_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "algokit_algod_api"
3-
version = "1.0.0a5"
3+
version = "1.0.0a6"
44

55
[tool.poetry]
66
description = "Algod REST API."

0 commit comments

Comments
 (0)