diff --git a/python-sdk/src/astro/__init__.py b/python-sdk/src/astro/__init__.py index 2a632a069..8dbd4c555 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.4.0.dev1" +__version__ = "1.4.0" # This is needed to allow Airflow to pick up specific metadata fields it needs