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',