From f0cfde36f28a1156c1555ed926dece8ba6d7d346 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 13 Jan 2020 14:12:30 -0500 Subject: [PATCH] v0.53.1 --- lbry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/__init__.py b/lbry/__init__.py index b36285bda..985007485 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.53.0" +__version__ = "0.53.1" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name