Update software version (#57)

This commit is contained in:
Francisco de la Vega 2020-03-16 11:11:32 +01:00 committed by GitHub
parent da521ebad8
commit 9f3929344a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
CKAN Private Datasets [![Build Status](https://travis-ci.org/conwetlab/ckanext-privatedatasets.svg?branch=develop)](https://travis-ci.org/conwetlab/ckanext-privatedatasets) [![Coverage Status](https://coveralls.io/repos/github/conwetlab/ckanext-privatedatasets/badge.svg?branch=develop)](https://coveralls.io/github/conwetlab/ckanext-privatedatasets?branch=develop)
CKAN Private Datasets [![Build Status](https://travis-ci.org/conwetlab/ckanext-privatedatasets.svg?branch=master)](https://travis-ci.org/conwetlab/ckanext-privatedatasets) [![Coverage Status](https://coveralls.io/repos/github/conwetlab/ckanext-privatedatasets/badge.svg?branch=master)](https://coveralls.io/github/conwetlab/ckanext-privatedatasets?branch=develop)
=====================
This CKAN extension allows a user to create private datasets that only certain users will be able to see. When a dataset is being created, it's possible to specify the list of users that can see this dataset. In addition, the extension provides an HTTP API that allows to add users programmatically.

View File

@ -20,7 +20,7 @@
from setuptools import setup, find_packages
version = '0.4'
version = '0.4.1'
setup(
name='ckanext-privatedatasets',
@ -31,8 +31,8 @@ setup(
''',
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
keywords='ckan, private, datasets',
author='Aitor Magan',
author_email='amagan@conwet.com',
author='Aitor Magan, Francisco de la Vega',
author_email='fdelavega@ficodes.com',
url='https://conwet.fi.upm.es',
download_url='https://github.com/conwetlab/ckanext-privatedatasets/tarball/v' + version,
license='',