From 733de9bffe7d547de0430ec550ed6abfe6f435a9 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 27 Apr 2015 01:01:25 -0700 Subject: [PATCH] update version to 0.9.7 for release! --- README.rst | 4 ++-- pywb/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'