From b842606a553317d56317a4a1a5bb5d58fc5ca27b Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Sun, 23 Jan 2022 17:22:38 -0800 Subject: [PATCH] Release version 1.5.2 --- 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 cc029671..5197c5f5 100644 --- a/typed_ast/__init__.py +++ b/typed_ast/__init__.py @@ -1 +1 @@ -__version__ = "1.5.2.dev0" +__version__ = "1.5.2"