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: