forked from LBRYCommunity/lbry-sdk
revert release
This commit is contained in:
parent
da47ba2f67
commit
485b958599
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "0.100.0"
|
__version__ = "0.99.0"
|
||||||
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name
|
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# need this to avoid circular import
|
# need this to avoid circular import
|
||||||
PROTOCOL_MIN = (0, 54, 0)
|
PROTOCOL_MIN = (0, 54, 0)
|
||||||
PROTOCOL_MAX = (0, 99, 0)
|
PROTOCOL_MAX = (0, 199, 0)
|
||||||
|
|
Loading…
Reference in a new issue