From 052e77dd5abbd8856850c14e01b9cae1338a89a8 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 31 Mar 2020 17:47:19 -0400 Subject: [PATCH] v0.67.2 --- lbry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/__init__.py b/lbry/__init__.py index 4a051f9ce..a23d1fb8d 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.67.1" +__version__ = "0.67.2" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name