Merge branch 'develop'

This commit is contained in:
Álvaro Arranz 2018-07-12 00:11:55 +02:00
commit d1b8eb2662
No known key found for this signature in database
GPG Key ID: A9BA9AAE8CF561AB
1 changed files with 2 additions and 2 deletions

View File

@ -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
''',
)
)