From 5f935713a91aebd12b314a172d00b194827974d3 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Wed, 6 Apr 2022 14:00:49 +0100 Subject: [PATCH] [astro] Release 2.2.5+astro.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c90f97966cff..5e67029cb281 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ logger = logging.getLogger(__name__) -version = '2.2.5+astro.1' +version = '2.2.5+astro.2' my_dir = dirname(__file__)