From f9f2ccd904a5ee43ee13f5aea2a9fed1b34a4212 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 21 Jul 2021 12:28:41 -0400 Subject: [PATCH] revert version --- lbry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/__init__.py b/lbry/__init__.py index 13b20628d..f0b31faf6 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.101.0" +__version__ = "0.100.0" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name