From 901e4c77b92a05d920832ca88a90a9a67f150bbf Mon Sep 17 00:00:00 2001 From: ergoithz Date: Mon, 28 Nov 2016 14:22:37 +0100 Subject: [PATCH] add forgotten version bump --- browsepy/__meta__.py | 2 +- doc/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browsepy/__meta__.py b/browsepy/__meta__.py index f3594ba..a0da2fe 100644 --- a/browsepy/__meta__.py +++ b/browsepy/__meta__.py @@ -2,6 +2,6 @@ # -*- coding: UTF-8 -*- __app__ = "browsepy" -__version__ = "0.5.0" +__version__ = "0.5.1" __license__ = 'MIT' __author__ = "Felipe A. Hernandez " diff --git a/doc/conf.py b/doc/conf.py index d809588..54b1c6b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -70,7 +70,7 @@ # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 6d85d90..5d5ae9b 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ name=meta_app, version=meta_version, url='https://github.com/ergoithz/browsepy', - download_url='https://github.com/ergoithz/browsepy/tarball/0.5.0', + download_url='https://github.com/ergoithz/browsepy/archive/0.5.1.tar.gz', license=meta_license, author='Felipe A. Hernandez', author_email='ergoithz@gmail.com',