From 04bcd774dae17cfff5e826fc0874f6403b4a6cae Mon Sep 17 00:00:00 2001 From: Jordan OMara Date: Tue, 9 Sep 2014 09:34:11 -0400 Subject: Incorrect display name --- xstatic/pkg/angular_fileupload/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xstatic/pkg/angular_fileupload/__init__.py b/xstatic/pkg/angular_fileupload/__init__.py index 00a2ebc..fbabb7b 100644 --- a/xstatic/pkg/angular_fileupload/__init__.py +++ b/xstatic/pkg/angular_fileupload/__init__.py @@ -4,16 +4,16 @@ XStatic resource package See package 'XStatic' for documentation and basic tools. """ -DISPLAY_NAME = 'Angular-Bootstrap' # official name, upper/lowercase allowed, no spaces +DISPLAY_NAME = 'Angular-FileUpload' # official name, upper/lowercase allowed, no spaces PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME # name used for PyPi NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') # please use a all-lowercase valid python # package name -VERSION = '0.11.0' # version of the packaged files, please use the upstream +VERSION = '1.4.0' # version of the packaged files, please use the upstream # version number -BUILD = '2' # our package build number, so we can release new builds +BUILD = '1' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi -- cgit v1.2.1