Skip to content

Commit 9c910be

Browse files
committed
finally got the package version right
1 parent b858b2a commit 9c910be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Apache Airflow management API.
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: 1.0.0
7+
- Package version: 0.0.3
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [https://github.com/zachliu](https://github.com/zachliu)
1010

airflow_python_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "1.0.0"
14+
__version__ = "0.0.3"
1515

1616
# import ApiClient
1717
from airflow_python_sdk.api_client import ApiClient

airflow_python_sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'OpenAPI-Generator/1.0.0/python'
80+
self.user_agent = 'OpenAPI-Generator/0.0.3/python'
8181

8282
def __enter__(self):
8383
return self

airflow_python_sdk/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def to_debug_report(self):
400400
"OS: {env}\n"\
401401
"Python Version: {pyversion}\n"\
402402
"Version of the API: 1.0.0\n"\
403-
"SDK Package Version: 1.0.0".\
403+
"SDK Package Version: 0.0.3".\
404404
format(env=sys.platform, pyversion=sys.version)
405405

406406
def get_host_settings(self):

0 commit comments

Comments
 (0)