diff --git a/README.rst b/README.rst index cf416193..6a59c6eb 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.11.3 +PyWb 0.11.4 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index cdfec462..60696a7c 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.11.3' +__version__ = '0.11.4' DEFAULT_CONFIG = 'pywb/default_config.yaml'