From ebfb70331aebd8b037e72dcad7d9cc3649ef3af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Mag=C3=A1n?= Date: Tue, 21 Oct 2014 17:40:25 +0200 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 418119a..1932632 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from setuptools import setup, find_packages import sys, os -version = '0.1' +version = '0.2.7' setup( name='ckanext-privatedatasets',