update version info

This commit is contained in:
jobevers 2017-02-20 18:21:49 -06:00
parent 4e55d674da
commit 666b568eea
2 changed files with 4 additions and 5 deletions

View file

@ -7,16 +7,15 @@ serialize =
{major}.{minor}.{patch}{release}{candidate}
{major}.{minor}.{patch}
[bumpversion:file:lbrynet/__init__.py]
[bumpversion:file:packaging/ubuntu/lbry.desktop]
[bumpversion:part:release]
optional_value = production
values =
rc
production
[bumpversion:file:lbrynet/__init__.py]
[bumpversion:file:CHANGELOG.md]
search = [Unreleased]
replace = [Unreleased]

View file

@ -1,6 +1,6 @@
import logging
__version__ = "0.8.3"
__version__ = "0.9.0rc6"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())