From bfd1ef748e9d29cf4abccac03098d1d369e6be12 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sat, 18 Apr 2020 11:10:24 +0100 Subject: [PATCH] Change version number to 0.2.1 --- spyder_memory_profiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder_memory_profiler/__init__.py b/spyder_memory_profiler/__init__.py index 799a143..8d11d97 100644 --- a/spyder_memory_profiler/__init__.py +++ b/spyder_memory_profiler/__init__.py @@ -4,7 +4,7 @@ # Licensed under the terms of the MIT License # (see LICENSE.txt for details) -__version__ = '0.2.1.dev0' +__version__ = '0.2.1' # ============================================================================= # The following statements are required to register this 3rd party plugin: