From 1cf88017ea19e84e5f6070103450385ef0cefa8f Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sun, 26 Mar 2017 20:35:03 +0100 Subject: [PATCH] Bump version to 0.1.1 --- spyder_line_profiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder_line_profiler/__init__.py b/spyder_line_profiler/__init__.py index f88c039..9115648 100644 --- a/spyder_line_profiler/__init__.py +++ b/spyder_line_profiler/__init__.py @@ -4,7 +4,7 @@ # Licensed under the terms of the MIT License # (see LICENSE.txt for details) -__version__ = '0.1.0' +__version__ = '0.1.1' # ============================================================================= # The following statements are required to register this 3rd party plugin: