From a7b8819f481176ba3be210e77d3cd1f189668376 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Wed, 30 Aug 2023 16:26:31 +0530 Subject: [PATCH] Bump up version to 1.7.0 --- 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 15d2906849..816973b789 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.7.0.dev1" +__version__ = "1.7.0" # This is needed to allow Airflow to pick up specific metadata fields it needs