From 788753938d8e9ad4d8082e971ab079690e990dd4 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:50:30 -0800 Subject: [PATCH] Release version 1.5.0 (#175) Co-authored-by: hauntsaninja <> --- 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"