From e2b0f5c9cb322ec88c6309752f05bae7e8a3e164 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Wed, 14 Oct 2015 17:35:17 -0700 Subject: [PATCH] bump version to 0.10.10 --- README.rst | 4 ++-- pywb/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'