forked from LBRYCommunity/lbry-sdk
bump
This commit is contained in:
parent
6cb30f8e05
commit
e03e41ad31
2 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@ at anytime.
|
|||
*
|
||||
|
||||
### API
|
||||
*
|
||||
*
|
||||
* add `aioupnp_version` to `upnp` field in the response to `status`
|
||||
* fix uncaught claim signature errors
|
||||
|
||||
### Wallet
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
|
||||
__name__ = "lbrynet"
|
||||
__version__ = "0.30.0"
|
||||
__version__ = "0.30.1rc1"
|
||||
version = tuple(__version__.split('.'))
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
|
Loading…
Reference in a new issue