From a24880adc82351af5496348d7f2000418c09d8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Arranz?= Date: Wed, 7 Feb 2018 00:26:30 +0100 Subject: [PATCH] Bump plugin version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 09cc8c4..672bb62 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup, find_packages -version = '0.2.18' +version = '0.3' setup( name='ckanext-privatedatasets', @@ -56,4 +56,4 @@ setup( # Add plugins here, e.g. privatedatasets=ckanext.privatedatasets.plugin:PrivateDatasets ''', -) \ No newline at end of file +)