diff --git a/python-sdk/src/astro/__init__.py b/python-sdk/src/astro/__init__.py index 682c08621c..4d0050952f 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.3.3b2" +__version__ = "1.3.3" # This is needed to allow Airflow to pick up specific metadata fields it needs