From b71ef270f7eaad7190c95655c511e2a3596a9a3f Mon Sep 17 00:00:00 2001 From: Tyson Smith Date: Tue, 21 Jul 2020 12:53:23 -0700 Subject: [PATCH] Bump version to 0.9.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56332a12..592c172c 100755 --- a/setup.py +++ b/setup.py @@ -70,4 +70,4 @@ ], package_data={"grizzly.common": ["harness.html"]}, url='https://github.com/MozillaSecurity/grizzly', - version='0.9.5') + version='0.9.6')