Bump version: 0.3.1 → 0.3.2

This commit is contained in:
Alex Grintsvayg 2016-07-05 14:30:35 -04:00
parent b55752e715
commit f1c5d1cb23
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True
[bumpversion:file:lbrynet/__init__.py]

View file

@ -4,4 +4,4 @@ log = logging.getLogger(__name__)
logging.getLogger(__name__).addHandler(logging.NullHandler())
log.setLevel(logging.ERROR)
__version__ = "0.3.1"
__version__ = "0.3.2"