diff --git a/CHANGES.rst b/CHANGES.rst index e6e038f7..260e607d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -pywb 0.4.0 changelist +pywb 0.4.1 changelist ~~~~~~~~~~~~~~~~~~~~~ * Improved test coverage throughout the project. diff --git a/README.rst b/README.rst index e393c708..02fbbefd 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,11 @@ -PyWb 0.4.0 +PyWb 0.4.1 ========== -.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master +.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop :target: https://travis-ci.org/ikreymer/pywb -.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master - :target: https://coveralls.io/r/ikreymer/pywb?branch=master +.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop + :target: https://coveralls.io/r/ikreymer/pywb?branch=develop pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'. diff --git a/setup.py b/setup.py index c33471fd..493c8c28 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.4.0', + version='0.4.1', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',