diff --git a/lbry/__init__.py b/lbry/__init__.py index f0b31faf6..013fe0aa9 100644 --- a/lbry/__init__.py +++ b/lbry/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.100.0" +__version__ = "0.99.0" version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name diff --git a/lbry/wallet/server/version.py b/lbry/wallet/server/version.py index 7d640996d..d6044c3a0 100644 --- a/lbry/wallet/server/version.py +++ b/lbry/wallet/server/version.py @@ -1,3 +1,3 @@ # need this to avoid circular import PROTOCOL_MIN = (0, 54, 0) -PROTOCOL_MAX = (0, 99, 0) +PROTOCOL_MAX = (0, 199, 0)