From 565bbede4def6693b1184a2db462e40dbce3e04d Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Tue, 28 Apr 2020 09:42:16 +0100 Subject: [PATCH] Bump version number to 0.2.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 66a7d44..80ca09e 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.3.0.dev0' +__version__ = '0.2.1' # ============================================================================= # The following statements are required to register this 3rd party plugin: