From a61fbf09c20180ce90e0bc6e0482295534337e61 Mon Sep 17 00:00:00 2001 From: xrotwang Date: Thu, 21 Dec 2017 15:48:31 +0100 Subject: [PATCH] bumped version number --- csvw/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csvw/__init__.py b/csvw/__init__.py index 140eb4f..cba1837 100644 --- a/csvw/__init__.py +++ b/csvw/__init__.py @@ -18,7 +18,7 @@ ] __title__ = 'csvw' -__version__ = '0.2.dev0' +__version__ = '1.0' __author__ = 'Robert Forkel' __license__ = 'Apache 2.0, see LICENSE' __copyright__ = 'Copyright (c) 2017 Robert Forkel' diff --git a/setup.py b/setup.py index 62d350d..8e892bc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='csvw', - version='0.2.dev0', + version='1.0', author='Robert Forkel', author_email='forkel@shh.mpg.de', description='',