From f0b57f653da90401b458ee66528c03dbd7c759a6 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 13 Aug 2021 10:39:58 -0400 Subject: Prepare for 0.7.3 release A few smallish bugfixes and stability improvements. 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 34b5a08..25ca569 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -43,7 +43,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.7.3-dev' +__VERSION__ = '0.7.3' logger = logging.getLogger('b4') -- cgit v1.2.3