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',