From 920dba4f3d28112418742c824c7036c22f451de6 Mon Sep 17 00:00:00 2001 From: Ankit Chaurasia <8670962+sunank200@users.noreply.github.com> Date: Tue, 28 Mar 2023 22:08:33 +0545 Subject: [PATCH] Bump version to 0.1.0 --- src/universal_transfer_operator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal_transfer_operator/__init__.py b/src/universal_transfer_operator/__init__.py index e9def98..e81eb57 100644 --- a/src/universal_transfer_operator/__init__.py +++ b/src/universal_transfer_operator/__init__.py @@ -1,6 +1,6 @@ """An Operator that allows transfers between different datasets.""" -__version__ = "0.1.0dev1" +__version__ = "0.1.0" # This is needed to allow Airflow to pick up specific metadata fields it needs