From ac4fb8fac61ea4e1f760396c217b9f94b660f25c Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 24 Aug 2021 01:31:53 +0100 Subject: [PATCH] [astro] Release AC 2.1.3+astro.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80621aeca978..43ab1213fc3b 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ logger = logging.getLogger(__name__) -version = '2.1.3.dev0+astro.1' +version = '2.1.3+astro.1' my_dir = dirname(__file__)