forked from LBRYCommunity/lbry-sdk
version bump
This commit is contained in:
parent
5a703c116f
commit
b727bd20c8
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ log = logging.getLogger(__name__)
|
|||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
log.setLevel(logging.ERROR)
|
||||
|
||||
__version__ = "0.3.4"
|
||||
__version__ = "0.3.5"
|
||||
version = tuple(__version__.split('.'))
|
Loading…
Reference in a new issue