mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-30 15:20:39 +00:00
version bump: 0.3.0.1
This commit is contained in:
parent
905e7e41a6
commit
3686edd055
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ log = logging.getLogger(__name__)
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
log.setLevel(logging.ERROR)
|
log.setLevel(logging.ERROR)
|
||||||
|
|
||||||
version = (0, 3, 0)
|
version = (0, 3, 0, 1)
|
||||||
__version__ = ".".join([str(x) for x in version])
|
__version__ = ".".join([str(x) for x in version])
|
||||||
|
|
Loading…
Add table
Reference in a new issue