summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--b4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py
index 1cc4577..fa26264 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-dev'
+__VERSION__ = '0.6.0'
logger = logging.getLogger('b4')