change version to 2.0.2

This commit is contained in:
2022-03-15 13:00:48 +01:00
parent 3bedae77e1
commit 0b6724e656
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -x
PYTHON=$(which python)
script_dir=$(dirname "$(readlink -f -- "$BASH_SOURCE")")
+1 -1
View File
@@ -27,7 +27,7 @@ __all__ = [
"whitelist",
"QuarantineMilter"]
__version__ = "2.0.1"
__version__ = "2.0.2"
from pyquarantine import _runtime_patches