diff --git a/README.rst b/README.rst index 2754658f..e74014c9 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.11.1 +PyWb 0.11.2 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 89aedebc..39fb3665 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.11.1' +__version__ = '0.11.2' DEFAULT_CONFIG = 'pywb/default_config.yaml'