From b254c70cf06202629e20e9a3d17b79a9d9986649 Mon Sep 17 00:00:00 2001 From: Jed Cunningham Date: Tue, 16 Aug 2022 08:27:39 -0600 Subject: [PATCH] [astro] Release AC 2.3.3+astro.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce6385e9279d..c2cbee2f2ec8 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ logger = logging.getLogger(__name__) -version = '2.3.3.dev0+astro.2' +version = '2.3.3+astro.2' my_dir = dirname(__file__)