From 21c6f25e1c4c9756ecd956c54e485c4cf1718326 Mon Sep 17 00:00:00 2001 From: Federico Frenguelli Date: Mon, 14 Dec 2015 17:22:04 +0100 Subject: [PATCH] bumped version to 0.10.0 --- oauth2_provider/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2_provider/__init__.py b/oauth2_provider/__init__.py index ea2f026c9..a13af8376 100644 --- a/oauth2_provider/__init__.py +++ b/oauth2_provider/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.0' +__version__ = '0.10.0' __author__ = "Massimiliano Pippi & Federico Frenguelli"