From 4d52a33ee5e9a50f37f695196e499868f8932bc8 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Sep 2016 04:12:55 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.8=20=E2=86=92=200.4.9?= 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 d8a188ee3..1587beae7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.8 +current_version = 0.4.9 commit = True tag = True diff --git a/lbrynet/__init__.py b/lbrynet/__init__.py index cc5fe1844..0c3cfbb39 100644 --- a/lbrynet/__init__.py +++ b/lbrynet/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.4.8" +__version__ = "0.4.9" 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 e81a3f060..c90aa6133 100644 --- a/packaging/ubuntu/lbry.desktop +++ b/packaging/ubuntu/lbry.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.4.8 +Version=0.4.9 Name=LBRY Comment=The world's first user-owned content marketplace Icon=lbry