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 +)