From 52b32ecdf990abb833931f70995ec8d671c63e7f Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sat, 23 May 2020 12:28:48 +0100 Subject: [PATCH] Bump version to 0.4.1 --- 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 aa189f2a..d21ac08a 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.5.0.dev0' +__version__ = '0.4.1' PLUGIN_CLASS