From 25cb4c26fc7df48fb861f46999bb3078b5aaef30 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Sun, 2 Aug 2020 21:23:26 +0200 Subject: [PATCH] Bump version to 0.3.0 --- stressor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stressor/__init__.py b/stressor/__init__.py index 89b5d1d..123a884 100644 --- a/stressor/__init__.py +++ b/stressor/__init__.py @@ -16,4 +16,4 @@ "3.0.0a4" seems not to work in this case! """ # flake8: noqa -__version__ = "0.2.2-a0" +__version__ = "0.3.0"