diff --git a/README.rst b/README.rst index f233cddb..f8e66a2a 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -PyWb 0.9.7-dev -============== +PyWb 0.9.7 +========== .. 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 e635fee0..c31f1046 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.7-dev' +__version__ = '0.9.7' DEFAULT_CONFIG = 'pywb/default_config.yaml'