forked from LBRYCommunity/lbry-sdk
set version to 0.52.0
This commit is contained in:
parent
78732513c8
commit
4db823a3be
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.51.2"
|
||||
__version__ = "0.52.0"
|
||||
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name
|
||||
|
|
Loading…
Reference in a new issue