mark upstream as 1.0

(I actually didn't find any version number)
This commit is contained in:
Frédéric Péters 2017-01-18 17:32:48 +01:00
parent 89b7fbcf47
commit 5a206bbad7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
VERSION = '0.0' # version of the packaged files, please use the upstream
VERSION = '1.0' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
# with fixes for xstatic stuff.