From 92eef6463e554bfff504e640b35eb1a2bce46115 Mon Sep 17 00:00:00 2001 From: Tyson Smith Date: Fri, 5 Jun 2020 17:16:57 -0700 Subject: [PATCH] Bump version to 0.9.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fba31db..6c31033f 100755 --- a/setup.py +++ b/setup.py @@ -71,4 +71,4 @@ ], package_data={"grizzly.common": ["harness.html"]}, url='https://github.com/MozillaSecurity/grizzly', - version='0.9.3') + version='0.9.4')