From 138aed3dddba4bee86f0ed80d1ce61575437eefa Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 16 Mar 2015 19:15:00 -0700 Subject: [PATCH] change version to 0.9.0b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4ae576e..e68285d9 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.9.0b', + version='0.9.0b1', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',