From f1a1e27a63964e6c1d40b3880c302dfe1271c180 Mon Sep 17 00:00:00 2001 From: hoatle Date: Tue, 21 Mar 2017 12:55:20 +0700 Subject: [PATCH] @ #22 | update the __version__ --- httpie_jwt_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie_jwt_auth.py b/httpie_jwt_auth.py index 5887d94..d02d789 100644 --- a/httpie_jwt_auth.py +++ b/httpie_jwt_auth.py @@ -7,7 +7,7 @@ from httpie.plugins import AuthPlugin -__version__ = '0.3.0-dev0' +__version__ = '0.3.0' __author__ = 'hoatle' __license__ = 'BSD'