diff --git a/ckanext/oauth2/__init__.py b/ckanext/oauth2/__init__.py index ae790bc..a2c89de 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.3.7' +__version__ = '0.3.8' __description__ = 'OAuth2 support for CKAN'