diff --git a/lbry/__init__.py b/lbry/__init__.py index 1639c5529..339bec38a 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.88.0" +__version__ = "0.89.0" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name