From 93f272d46cc990088b241130ab910d11edae62f9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 12 Jun 2021 10:34:04 +0200 Subject: [PATCH] bump again --- deefuzzer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deefuzzer/__init__.py b/deefuzzer/__init__.py index f82e626..055c94f 100644 --- a/deefuzzer/__init__.py +++ b/deefuzzer/__init__.py @@ -2,4 +2,4 @@ from .core import * from .station import * from .tools import * -__version__ = '0.8.0' +__version__ = '0.8.1' -- 2.47.3