From a75f8b4ab4e03a59a0c4944c13088441a41a9d22 Mon Sep 17 00:00:00 2001 From: Rafael Ostertag <rafael.ostertag@math.uzh.ch> Date: Tue, 2 Aug 2016 10:31:59 +0200 Subject: [PATCH] Bumped version to 0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25a2374..290a462 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='xls2db', - version='0.3', + version='0.4', packages=['xls2dblib'], scripts=['xls2db.py'], url='https://git.math.uzh.ch/utilities/xsl2db', -- GitLab