From e959f849550fe4cfd2f2230c149a9bc0cb01bfe4 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sun, 21 Jan 2018 14:32:32 -0600 Subject: [PATCH] bump version --- jose/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jose/__init__.py b/jose/__init__.py index 5a1ddf56..2d8603b4 100644 --- a/jose/__init__.py +++ b/jose/__init__.py @@ -1,5 +1,5 @@ -__version__ = "2.0.0" +__version__ = "2.0.1" __author__ = 'Michael Davis' __license__ = 'MIT' __copyright__ = 'Copyright 2016 Michael Davis'