From df0cb13431b8ce9e5d651c7c6dc468551cd39b20 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Thu, 11 Nov 2021 15:43:09 -0800 Subject: [PATCH] Release version 1.5.0 --- 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 b93562a7..5b601886 100644 --- a/typed_ast/__init__.py +++ b/typed_ast/__init__.py @@ -1 +1 @@ -__version__ = "1.5.0.dev0" +__version__ = "1.5.0"