From 6dc71d13ced0588b1f1e287130e75c5e95d7455e Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Tue, 7 Jan 2020 12:43:33 +0000 Subject: [PATCH] Bump version to 0.4.0 --- spyder_unittest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder_unittest/__init__.py b/spyder_unittest/__init__.py index 4f94106f..69f41b67 100644 --- a/spyder_unittest/__init__.py +++ b/spyder_unittest/__init__.py @@ -8,5 +8,5 @@ # Local imports from .unittestplugin import UnitTestPlugin as PLUGIN_CLASS -__version__ = '0.4.dev0' +__version__ = '0.4.0' PLUGIN_CLASS