From a7a919949144948ed2afe22ae6a6206ce854cab4 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Fri, 21 Jun 2024 11:45:33 +0800 Subject: [PATCH] docs(__init__): update project 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 ea15fbaff8..8db1f00826 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.8.0.dev1" +__version__ = "1.8.1" # This is needed to allow Airflow to pick up specific metadata fields it needs