From 7c60bf17f7eac76d88e38abe06c5cf1b48133037 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 24 Feb 2015 16:54:49 -0800 Subject: [PATCH] bump version to 0.9.0-beta! --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d8d85c2d..fedb271d 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.8.2 +PyWb 0.9.0 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop diff --git a/setup.py b/setup.py index e88cdb42..7ff067dc 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.8.2', + version='0.9.0-beta', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',