From cbb05496647f570323732e73990fce014dbf3107 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Sun, 28 Apr 2024 11:45:36 +0200 Subject: [PATCH] Bump version to 0.6.0 --- stressor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stressor/__init__.py b/stressor/__init__.py index 077d70e..63a0838 100644 --- a/stressor/__init__.py +++ b/stressor/__init__.py @@ -16,4 +16,4 @@ """ # flake8: noqa -__version__ = "0.5.3-a1" +__version__ = "0.6.0"