diff --git a/python-sdk/src/astro/__init__.py b/python-sdk/src/astro/__init__.py index 15d290684..816973b78 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