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__)