From 044792f99fcf7a279e1fe28370389e611037694b Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 6 Nov 2014 01:28:56 -0800 Subject: [PATCH] bump version to 0.6.5! --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8e8fe103..30e9979e 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.6.4 +PyWb 0.6.5 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop @@ -7,7 +7,7 @@ PyWb 0.6.4 :target: https://coveralls.io/r/ikreymer/pywb?branch=develop .. image:: https://img.shields.io/gratipay/ikreymer.svg :target: https://www.gratipay.com/ikreymer/ - + pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'. pywb allows high-quality replay (browsing) of archived web data stored in standardized `ARC `_ and `WARC `_. diff --git a/setup.py b/setup.py index 12225bee..b5ef2d26 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.6.4', + version='0.6.5', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',