From ba57f8544e6717fd5d6f04717d237286a5c920a6 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Thu, 17 Jun 2021 10:33:04 -0400 Subject: Up version to 0.7.3-dev Prepare for another round of bugfixes. 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 092de37..40c9cd5 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -43,7 +43,7 @@ try: except ModuleNotFoundError: can_patatt = False -__VERSION__ = '0.7.2' +__VERSION__ = '0.7.3-dev' logger = logging.getLogger('b4') -- cgit v1.2.3