Merge pull request #3 from flosse/master

fixed version string
This commit is contained in:
Tobias Oberstein 2014-03-10 00:22:47 +01:00
commit 43ee078ee6

View file

@ -70,7 +70,7 @@ except ImportError:
pass pass
APP = 'scour' APP = 'scour'
VER = '0.27' VER = '0.28'
COPYRIGHT = 'Copyright Jeff Schiller, Louis Simard, 2010' COPYRIGHT = 'Copyright Jeff Schiller, Louis Simard, 2010'
NS = { 'SVG': 'http://www.w3.org/2000/svg', NS = { 'SVG': 'http://www.w3.org/2000/svg',