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: