From 0da59a686aed2946aa3be3d7f33d6460ec964e18 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Wed, 8 Nov 2017 21:07:04 +0000 Subject: [PATCH] Bump version number to 0.1.2 --- 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 27983ff..3733585 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.dev0' +__version__ = '0.1.2' # ============================================================================= # The following statements are required to register this 3rd party plugin: