From 93eec54bd53576304c925ceb8c1e8de5981d7b24 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 3 Feb 2020 15:43:20 +0100 Subject: [PATCH] Bump version to be able to upload wheel package. --- locust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locust/__init__.py b/locust/__init__.py index 3890f9a666..c2da49621a 100644 --- a/locust/__init__.py +++ b/locust/__init__.py @@ -2,4 +2,4 @@ from .exception import InterruptTaskSet, ResponseError, RescheduleTaskImmediately from .wait_time import between, constant, constant_pacing -__version__ = "0.14.3" +__version__ = "0.14.4"