From 4d8bbc2cc11e6bf56af5780b399ab70741d12964 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sat, 3 Sep 2022 21:29:17 +0100 Subject: [PATCH] Bump version to 0.5.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 86a7d910..8786d243 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.1.dev0' +__version__ = '0.5.1' PLUGIN_CLASS