1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

bump version to 0.6.5!

This commit is contained in:
Ilya Kreymer 2014-11-06 01:28:56 -08:00
parent f6053a977b
commit 044792f99f
2 changed files with 3 additions and 3 deletions

View File

@ -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 <http://en.wikipedia.org/wiki/ARC_(file_format)>`_ and `WARC <http://en.wikipedia.org/wiki/Web_ARChive>`_.

View File

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