From 54d1ab12b6ed067dd10f26cee12c8a46fb9f0778 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 5 Feb 2019 17:11:47 -0800 Subject: [PATCH] Bump version to 1.3.2.dev0 --- 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 9c73af26..0196c1d0 100644 --- a/typed_ast/__init__.py +++ b/typed_ast/__init__.py @@ -1 +1 @@ -__version__ = "1.3.1" +__version__ = "1.3.2.dev0"