diff --git a/lbry/__init__.py b/lbry/__init__.py index f66c52a3c..dd5097d29 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.90.1" +__version__ = "0.91.0" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name