diff --git a/README.rst b/README.rst index a00b90bd..646b80ab 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -PyWb 0.10.9.1 -============= +PyWb 0.10.10 +============ .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master :target: https://travis-ci.org/ikreymer/pywb diff --git a/pywb/__init__.py b/pywb/__init__.py index 18e92051..840ad095 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.9.1' +__version__ = '0.10.10' DEFAULT_CONFIG = 'pywb/default_config.yaml'