From 084f0ebdab4b1885c14d70592f53e7c170b67049 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 17 Apr 2020 12:55:07 -0400 Subject: [PATCH] v0.69.1 --- lbry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/__init__.py b/lbry/__init__.py index b6e8ad0bdf..1591ec8606 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.69.0" +__version__ = "0.69.1" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name