From acaf94a0a235d294748a73c48598d4906ba94d3a Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Wed, 18 Dec 2019 13:52:52 +0000 Subject: [PATCH] Bump version number to 0.2.0 --- 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 f772696..e96c7a1 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.2.0.dev0' +__version__ = '0.2.0' # ============================================================================= # The following statements are required to register this 3rd party plugin: