From 9cf006037f32682c379d04de3ecac8024b2c4c22 Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 28 Jul 2022 11:12:57 +0200 Subject: [PATCH] Bump version --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0df348f5..5dd015a6 100644 --- a/setup.py +++ b/setup.py @@ -10,15 +10,15 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='0.0.4', + version='1.0.0', - description='''Data description and validation for CKAN with [Frictionless Data tools.''', + description='''Data description and validation for CKAN with Frictionless Data tools.''', # The project's main homepage. url='https://github.com/frictionlessdata/ckanext-validation', # Author details - author='''Open Knowledge International''', + author='''Open Knowledge Foundation''', author_email='''info@okfn.org''', # Choose your license