From ee5e56d06c786d7906c214fc1f8cbbeeb3e658a6 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Wed, 26 May 2021 13:36:22 -0400 Subject: Up version to final 0.7.0 I think we are ready to go with the 0.7.0 release. There's always more tweaks to add, but at this point we can benefit from wider usage. Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b4/__init__.py b/b4/__init__.py index 3906291..2b35a42 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -43,7 +43,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.7.0-dev' +__VERSION__ = '0.7.0' logger = logging.getLogger('b4') -- cgit v1.2.3