From a0068a41b7e37753c3406efb471c4a6de0d84f08 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:26:00 -0700 Subject: [PATCH] Release version 1.4.4 (#164) 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 254f3511..c0f285b0 100644 --- a/typed_ast/__init__.py +++ b/typed_ast/__init__.py @@ -1 +1 @@ -__version__ = "1.4.4.dev0" +__version__ = "1.4.4"