From b122367e705945e4424aec3ad0ac1e8fd46cd4d6 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Fri, 1 Sep 2017 11:06:41 -0500 Subject: [PATCH] Release 1.4.0 --- jose/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jose/__init__.py b/jose/__init__.py index 11d7a813..6d4f0f27 100644 --- a/jose/__init__.py +++ b/jose/__init__.py @@ -1,5 +1,5 @@ -__version__ = "1.3.2" +__version__ = "1.4.0" __author__ = 'Michael Davis' __license__ = 'MIT' __copyright__ = 'Copyright 2016 Michael Davis'