From 44544f2abe3cc8db4a819c6fd2014bad07af7c54 Mon Sep 17 00:00:00 2001 From: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:58:59 -0700 Subject: [PATCH] [astro] Release AC 2.2.1+astro.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d418a9f68a99..5d23d7d38365e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ logger = logging.getLogger(__name__) -version = '2.2.1.dev0+astro.3' +version = '2.2.1+astro.3' my_dir = dirname(__file__)