File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
packages/python/algod_api Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
templateDir : oas_templates/python
2
2
additionalProperties :
3
- packageVersion : " 1.0.0a1 "
3
+ packageVersion : " 1.0.0a2 "
4
4
packageName : algokit_algod_api
5
5
licenseInfo : MIT
6
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ API endpoint for algod operations.
4
4
This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
5
5
6
6
- API version: 0.0.1
7
- - Package version: 1.0.0a1
7
+ - Package version: 1.0.0a2
8
8
- Generator version: 7.12.0
9
9
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
For more information, please visit [ https://www.algorand.com/get-in-touch/contact ] ( https://www.algorand.com/get-in-touch/contact )
Original file line number Diff line number Diff line change 15
15
""" # noqa: E501
16
16
17
17
18
- __version__ = "1.0.0a1 "
18
+ __version__ = "1.0.0a2 "
19
19
20
20
# import apis into sdk package
21
21
from algokit_algod_api .api .algod_api import AlgodApi
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def __init__(
91
91
self .default_headers [header_name ] = header_value
92
92
self .cookie = cookie
93
93
# Set default User-Agent.
94
- self .user_agent = 'OpenAPI-Generator/1.0.0a1 /python'
94
+ self .user_agent = 'OpenAPI-Generator/1.0.0a2 /python'
95
95
self .client_side_validation = configuration .client_side_validation
96
96
97
97
def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ def to_debug_report(self) -> str:
532
532
"OS: {env}\n " \
533
533
"Python Version: {pyversion}\n " \
534
534
"Version of the API: 0.0.1\n " \
535
- "SDK Package Version: 1.0.0a1 " .\
535
+ "SDK Package Version: 1.0.0a2 " .\
536
536
format (env = sys .platform , pyversion = sys .version )
537
537
538
538
def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " algokit_algod_api"
3
- version = " 1.0.0a1 "
3
+ version = " 1.0.0a2 "
4
4
5
5
[tool .poetry ]
6
6
description = " Algod REST API."
You can’t perform that action at this time.
0 commit comments