Skip to content

Commit

Permalink
Expose cdk version as airbyte_cdk.__version__ (#37680)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Apr 30, 2024
1 parent 50f4add commit 102d09c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airbyte-cdk/python/airbyte_cdk/__init__.py
Expand Up @@ -5,5 +5,7 @@
from .connector import AirbyteSpec, Connector
from .entrypoint import AirbyteEntrypoint
from .logger import AirbyteLogger
from importlib import metadata

__all__ = ["AirbyteEntrypoint", "AirbyteLogger", "AirbyteSpec", "Connector"]
__version__ = metadata.version("airbyte_cdk")

0 comments on commit 102d09c

Please sign in to comment.