diff --git a/ckanext/oauth2/__init__.py b/ckanext/oauth2/__init__.py index ba53984..4118307 100644 --- a/ckanext/oauth2/__init__.py +++ b/ckanext/oauth2/__init__.py @@ -17,5 +17,5 @@ # You should have received a copy of the GNU Affero General Public License # along with OAuth2 CKAN Extension. If not, see . -__version__ = '0.6.1' +__version__ = '0.7.0' __description__ = 'OAuth2 support for CKAN'