From 4dabfe7a3c9fc0520531c12a09d2d06bff370a87 Mon Sep 17 00:00:00 2001 From: utkarsh sharma Date: Thu, 23 Feb 2023 18:50:52 +0530 Subject: [PATCH] Bump version --- python-sdk/src/astro/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/src/astro/__init__.py b/python-sdk/src/astro/__init__.py index 421ea0554..12c06b61d 100644 --- a/python-sdk/src/astro/__init__.py +++ b/python-sdk/src/astro/__init__.py @@ -1,6 +1,6 @@ """A decorator that allows users to run SQL queries natively in Airflow.""" -__version__ = "1.5.1" +__version__ = "1.5.2" # This is needed to allow Airflow to pick up specific metadata fields it needs