diff --git a/bottle.py b/bottle.py index 283f6bba..bc9c22f0 100755 --- a/bottle.py +++ b/bottle.py @@ -17,7 +17,7 @@ import sys __author__ = 'Marcel Hellkamp' -__version__ = '0.13-dev' +__version__ = '0.13.0' __license__ = 'MIT' ############################################################################### diff --git a/setup.cfg b/setup.cfg index ed8a958e..c2d7a6fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ universal = 1 [metadata] -license_file = LICENSE +license_files = LICENSE