From dc03cb4ef8f64b9aa469bb7969d08bb5aa8b873d Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 5 Sep 2016 08:13:49 -0500 Subject: [PATCH] chore: release 1.3.2 --- jose/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jose/__init__.py b/jose/__init__.py index c0c43e3e..11d7a813 100644 --- a/jose/__init__.py +++ b/jose/__init__.py @@ -1,5 +1,5 @@ -__version__ = "1.3.1" +__version__ = "1.3.2" __author__ = 'Michael Davis' __license__ = 'MIT' __copyright__ = 'Copyright 2016 Michael Davis'