From 4ae90d75cd47b5b42a7c7e2fbbb2e08345d31439 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Mon, 9 May 2011 21:54:51 -0700 Subject: [PATCH] Woops, forgot to update the version in the script --- scour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scour.py b/scour.py index 88a65cb..9737042 100755 --- a/scour.py +++ b/scour.py @@ -70,7 +70,7 @@ except ImportError: pass APP = 'scour' -VER = '0.25' +VER = '0.26' COPYRIGHT = 'Copyright Jeff Schiller, Louis Simard, 2010' NS = { 'SVG': 'http://www.w3.org/2000/svg',