Skip to content

Commit 97baa0c

Browse files
fix: update _version.py to 1.0.0 to match gen.yaml and pyproject.toml
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent ce60363 commit 97baa0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/airbyte_api/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "airbyte-api"
6-
__version__: str = "0.54.0"
6+
__version__: str = "1.0.0"
77
__openapi_doc_version__: str = "1.0.0"
88
__gen_version__: str = "2.911.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.54.0 2.911.0 1.0.0 airbyte-api"
9+
__user_agent__: str = "speakeasy-sdk/python 1.0.0 2.911.0 1.0.0 airbyte-api"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)