Bump version: 0.3.1 → 0.3.2
This commit is contained in:
parent
b55752e715
commit
f1c5d1cb23
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.3.1
|
current_version = 0.3.2
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
[bumpversion:file:lbrynet/__init__.py]
|
[bumpversion:file:lbrynet/__init__.py]
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,4 @@ 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.1"
|
__version__ = "0.3.2"
|
||||||
|
|
Loading…
Reference in a new issue