From 9afa683556c3983a25768f1d6a879c847e29d9d7 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 8 May 2014 15:27:24 +0200 Subject: New release: v0.11 Also updated missing %changelog entries and fixed minor stuff there. 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 57a58e5..3e2db7a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup, Extension import commands import sys -version = '0.10' +version = '0.11' def pkgconfig(pkg): def _str2list(pkgstr, onlystr): -- cgit