From 960ed122a5790d9c2ce45b838c87591e82215a78 Mon Sep 17 00:00:00 2001 From: lukasheinrich Date: Thu, 5 Jan 2017 11:03:05 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 405da4e..75da90c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ author = 'Lukas Heinrich', author_email = 'lukas.heinrich@gmail.com', name = 'yadage-schemas', - version = '0.5.1', + version = '0.5.2', description = 'schemas for yadage and packtivity', include_package_data = True, packages = find_packages(),