From 865b09e1f4e2c2e70d0b7fc39a1b876b16928bb7 Mon Sep 17 00:00:00 2001 From: Daniel Imberman Date: Wed, 16 Feb 2022 13:00:06 -0800 Subject: [PATCH] bump version --- src/astro/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/astro/__init__.py b/src/astro/__init__.py index 620b3517c..069b993e3 100644 --- a/src/astro/__init__.py +++ b/src/astro/__init__.py @@ -16,7 +16,7 @@ """A decorator that allows users to run SQL queries natively in Airflow.""" -__version__ = "0.5.0" +__version__ = "0.5.1" from astro.dataframe import dataframe