diff --git a/lbry/__init__.py b/lbry/__init__.py index 25911e30a..1dcf9c136 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.62.0" +__version__ = "0.63.0" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name