forked from LBRYCommunity/lbry-sdk
version bump: 0.3.0.2
This commit is contained in:
parent
e35dce530a
commit
794f2d8576
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, 0, 1)
|
||||
version = (0, 3, 0, 2)
|
||||
__version__ = ".".join([str(x) for x in version])
|
||||
|
|
Loading…
Reference in a new issue