From 24833ce9fb78d4f5221d9fcdb361fce94d2206fe Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 10 Oct 2020 13:03:42 -0400 Subject: [PATCH] v0.83.0 --- lbry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/__init__.py b/lbry/__init__.py index 57d799fa4..9e3e9b8df 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.82.0" +__version__ = "0.83.0" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name