From b5d7b6be413213e8f4bf198e3e288d0441ba6d0c Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 29 Apr 2018 19:08:16 -0700 Subject: [PATCH] Bump version number to 1.0.1 --- flask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/__init__.py b/flask/__init__.py index 6e01caa9..a5a2f334 100644 --- a/flask/__init__.py +++ b/flask/__init__.py @@ -10,7 +10,7 @@ :license: BSD, see LICENSE for more details. """ -__version__ = '1.0.1.dev' +__version__ = '1.0.1' # utilities we import from Werkzeug and Jinja2 that are unused # in the module but are exported as public interface.