diff --git a/README.rst b/README.rst index f5529388..08dc43aa 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.10.7 +PyWb 0.10.8 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 5a91122d..8b50394b 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.7' +__version__ = '0.10.8' DEFAULT_CONFIG = 'pywb/default_config.yaml'