diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac20d27df..8d50ae1bb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.5 +current_version = 0.6.6 commit = True tag = True diff --git a/lbrynet/__init__.py b/lbrynet/__init__.py index 9fa85e14e..ff3163df2 100644 --- a/lbrynet/__init__.py +++ b/lbrynet/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.6.5" +__version__ = "0.6.6" version = tuple(__version__.split('.')) logging.getLogger(__name__).addHandler(logging.NullHandler()) \ No newline at end of file diff --git a/packaging/ubuntu/lbry.desktop b/packaging/ubuntu/lbry.desktop index 1e3ff5591..35b50b088 100644 --- a/packaging/ubuntu/lbry.desktop +++ b/packaging/ubuntu/lbry.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.6.5 +Version=0.6.6 Name=LBRY Comment=The world's first user-owned content marketplace Icon=lbry