From 884721583fe99c0bae63a97d7cb4157f8febdf9b Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Thu, 25 Aug 2022 19:04:22 +0100 Subject: [PATCH] [astro] Release AC 2.3.4+astro.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 924bb1626c4b3..3e4fb51a2a156 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ logger = logging.getLogger(__name__) -version = '2.3.4.dev0+astro.1' +version = '2.3.4+astro.1' AIRFLOW_SOURCES_ROOT = Path(__file__).parent.resolve() my_dir = dirname(__file__)