From 1d13fefda5a1458329afb2995b178d6cb0bf7216 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Tue, 25 Oct 2022 09:02:06 -0700 Subject: [PATCH] Publish new CDK version with typehints exported (#18398) --- airbyte-cdk/python/CHANGELOG.md | 3 +++ airbyte-cdk/python/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/airbyte-cdk/python/CHANGELOG.md b/airbyte-cdk/python/CHANGELOG.md index edd080f4400a..7971c272e615 100644 --- a/airbyte-cdk/python/CHANGELOG.md +++ b/airbyte-cdk/python/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.3.0 +Publish python typehints via `py.typed` file. + ## 0.2.3 - Propagate options to InterpolatedRequestInputProvider diff --git a/airbyte-cdk/python/setup.py b/airbyte-cdk/python/setup.py index 5bc6577ecf4a..fb2385a1ee9a 100644 --- a/airbyte-cdk/python/setup.py +++ b/airbyte-cdk/python/setup.py @@ -15,7 +15,7 @@ setup( name="airbyte-cdk", - version="0.2.3", + version="0.3.0", description="A framework for writing Airbyte Connectors.", long_description=README, long_description_content_type="text/markdown",