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