fixed version string

This commit is contained in:
Markus Kohlhase 2014-01-12 16:56:56 +01:00
parent c27ca4db8a
commit edcaeba905

View file

@ -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',