Bump version: 0.7.6 → 0.7.7rc0

This commit is contained in:
Job Evers-Meltzer 2016-11-28 23:33:57 -06:00
parent 9140c95a0c
commit 8cdda7d845
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.7.6 current_version = 0.7.7rc0
commit = True commit = True
tag = True tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -1,6 +1,6 @@
import logging import logging
__version__ = "0.7.6" __version__ = "0.7.7rc0"
version = tuple(__version__.split('.')) version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler()) logging.getLogger(__name__).addHandler(logging.NullHandler())

View file

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Version=0.7.6 Version=0.7.7rc0
Name=LBRY Name=LBRY
Comment=The world's first user-owned content marketplace Comment=The world's first user-owned content marketplace
Icon=lbry Icon=lbry