This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to tag v2.3.3+astro.2 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f9de07e334507613df3c3a6208f059441dc35deb Author: Ephraim Anierobi <[email protected]> AuthorDate: Sat Jul 2 23:18:36 2022 +0100 [astro] Publish 2.3.3.dev0+astro.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5f270e3aa..548c8f97fd 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ PY39 = sys.version_info >= (3, 9) logger = logging.getLogger(__name__) -version = '2.3.3' +version = '2.3.3.dev0+astro.1' my_dir = dirname(__file__)
