From 8f401338c72a4204222f31bc3720f853030c0322 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sun, 2 Jul 2023 16:10:44 +0100 Subject: [PATCH] Bump version to 0.6.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 48a3348..fbadfc2 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.6.0.dev0' +__version__ = '0.6.0' PLUGIN_CLASS