diff --git a/lbry/__init__.py b/lbry/__init__.py index 13b20628d..6224ac07b 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.101.0" +__version__ = "0.101.1" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name