diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b05a116d8..810011d23 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.6.2 commit = True tag = True diff --git a/lbrynet/__init__.py b/lbrynet/__init__.py index f2979c24f..5089ac8a4 100644 --- a/lbrynet/__init__.py +++ b/lbrynet/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.6.1" +__version__ = "0.6.2" 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 1065db83e..48182d854 100644 --- a/packaging/ubuntu/lbry.desktop +++ b/packaging/ubuntu/lbry.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.6.1 +Version=0.6.2 Name=LBRY Comment=The world's first user-owned content marketplace Icon=lbry