From 567af09d8fc0c3607b90f96fce25b0cfdf25c8ff Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:55:34 -0700 Subject: [PATCH] Release version 1.5.5 (#197) --- 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 ef96da0..8c118e6 100644 --- a/typed_ast/__init__.py +++ b/typed_ast/__init__.py @@ -1 +1 @@ -__version__ = "1.5.5.dev0" +__version__ = "1.5.5"