diff --git a/README.rst b/README.rst index 0f5a85df..010a6f3e 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.30.2 +PyWb 0.31.0 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 2ac4d5e1..9f66d658 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.30.2' +__version__ = '0.31.0' DEFAULT_CONFIG = 'pywb/default_config.yaml'