From 0be4dd7aa44c33460b6e2460ba4e603e3f5944b1 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Sat, 4 Jun 2022 15:48:35 +0100 Subject: [PATCH] [astro] Release 2.3.2+astro.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3bc24ea3cdaae..636cbd8a71344 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ logger = logging.getLogger(__name__) -version = '2.3.2.dev0+astro.1' +version = '2.3.2+astro.1' my_dir = dirname(__file__)