This commit is contained in:
Jack Robison 2018-10-26 16:51:23 -04:00
parent 6cb30f8e05
commit e03e41ad31
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@ at anytime.
*
### API
*
*
* add `aioupnp_version` to `upnp` field in the response to `status`
* fix uncaught claim signature errors
### Wallet
*

View file

@ -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())