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
|
### API
|
||||||
*
|
* add `aioupnp_version` to `upnp` field in the response to `status`
|
||||||
*
|
* fix uncaught claim signature errors
|
||||||
|
|
||||||
### Wallet
|
### Wallet
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
__name__ = "lbrynet"
|
__name__ = "lbrynet"
|
||||||
__version__ = "0.30.0"
|
__version__ = "0.30.1rc1"
|
||||||
version = tuple(__version__.split('.'))
|
version = tuple(__version__.split('.'))
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
|
|
Loading…
Add table
Reference in a new issue