diff options
-rw-r--r-- | b4/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py index 5a81b67..8a7cdea 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -38,7 +38,7 @@ except ModuleNotFoundError: can_dkim_verify = False _resolver = None -__VERSION__ = '0.6.0' +__VERSION__ = '0.6.1' logger = logging.getLogger('b4') |