From ca046d6b958eb471900e1542cce5450659ca3fc2 Mon Sep 17 00:00:00 2001 From: utkarsh sharma Date: Tue, 21 Feb 2023 19:10:36 +0530 Subject: [PATCH] Bump version to 1.5.1 --- 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 442c7e9860..421ea05548 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.0" +__version__ = "1.5.1" # This is needed to allow Airflow to pick up specific metadata fields it needs