diff --git a/airflow_provider_kafka/__init__.py b/airflow_provider_kafka/__init__.py index a1a6907..0570947 100644 --- a/airflow_provider_kafka/__init__.py +++ b/airflow_provider_kafka/__init__.py @@ -3,7 +3,7 @@ # multiple places, but at this point it's the only workaround if you'd like your # custom conn type to show up in the Airflow UI. -__version__ = "0.2.1" +__version__ = "0.2.2" def get_provider_info():