diff --git a/README.rst b/README.rst index 90d4c94d..c4fa5181 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -PyWb 0.9.3 -========== +PyWb 0.9.4-dev +============== -.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master +.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=develop :target: https://travis-ci.org/ikreymer/pywb -.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=master - :target: https://coveralls.io/r/ikreymer/pywb?branch=master +.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=develop + :target: https://coveralls.io/r/ikreymer/pywb?branch=develop .. image:: https://img.shields.io/gratipay/ikreymer.svg :target: https://www.gratipay.com/ikreymer/ diff --git a/pywb/__init__.py b/pywb/__init__.py index a81b0427..79fdd0f2 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.3' +__version__ = '0.9.4dev0' DEFAULT_CONFIG = 'pywb/default_config.yaml'