rename module for consistency

This commit is contained in:
Richard Jones 2016-08-03 10:51:16 +10:00
parent 4c2804297f
commit 6f8de8a75b
3 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '0.3.1' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
BUILD = '2' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi