From 28cc6719eceb89129eed59c25f7bdac015665bdd Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 22 Jan 2018 08:55:02 -0600 Subject: [PATCH] bump to version 2.0.1 --- jose/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jose/__init__.py b/jose/__init__.py index 2d8603b4..e1e9bc18 100644 --- a/jose/__init__.py +++ b/jose/__init__.py @@ -1,5 +1,5 @@ -__version__ = "2.0.1" +__version__ = "2.0.2" __author__ = 'Michael Davis' __license__ = 'MIT' __copyright__ = 'Copyright 2016 Michael Davis'