From e52b6636a9c9850cf6e908e647a600a144d21da4 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 10 Jan 2014 17:44:47 +0100 Subject: Releasing v0.10 This is more like a test release, to get these last changes out in the field. And it will help debugging issues later on too, if there are some issues with this rewrite. Signed-off-by: David Sommerseth --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8c415dc..57a58e5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup, Extension import commands import sys -version = '0.9' +version = '0.10' def pkgconfig(pkg): def _str2list(pkgstr, onlystr): -- cgit