From aabd71af7a5792c827d0b6ad22d51df4e1ac2b7e Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Fri, 15 Apr 2022 17:06:51 -0700 Subject: [PATCH] Release version 1.5.3 --- typed_ast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typed_ast/__init__.py b/typed_ast/__init__.py index 91cd4368..a06ff4e0 100644 --- a/typed_ast/__init__.py +++ b/typed_ast/__init__.py @@ -1 +1 @@ -__version__ = "1.5.3.dev0" +__version__ = "1.5.3"