From b41756e38ad2c36825cdcb81610da4455fa24c1f Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Fri, 28 Oct 2016 10:55:48 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.9=20=E2=86=92=200.6.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- lbrynet/__init__.py | 2 +- packaging/ubuntu/lbry.desktop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5defdb8df..09788c583 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.9 +current_version = 0.6.10 commit = True tag = True diff --git a/lbrynet/__init__.py b/lbrynet/__init__.py index 3e809bd2e..ed341cbb3 100644 --- a/lbrynet/__init__.py +++ b/lbrynet/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.6.9" +__version__ = "0.6.10" version = tuple(__version__.split('.')) logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/packaging/ubuntu/lbry.desktop b/packaging/ubuntu/lbry.desktop index aff145ad6..a9afd3599 100644 --- a/packaging/ubuntu/lbry.desktop +++ b/packaging/ubuntu/lbry.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.6.9 +Version=0.6.10 Name=LBRY Comment=The world's first user-owned content marketplace Icon=lbry