From edcaeba905d9da6b22a0a45a9fef3e9020b8519a Mon Sep 17 00:00:00 2001 From: Markus Kohlhase Date: Sun, 12 Jan 2014 16:56:56 +0100 Subject: [PATCH] fixed version string --- scour/scour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scour/scour.py b/scour/scour.py index 900070c..3210b1a 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -70,7 +70,7 @@ except ImportError: pass APP = 'scour' -VER = '0.27' +VER = '0.28' COPYRIGHT = 'Copyright Jeff Schiller, Louis Simard, 2010' NS = { 'SVG': 'http://www.w3.org/2000/svg',