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

bump version to 0.9.4-dev

This commit is contained in:
Ilya Kreymer 2015-04-03 00:45:12 -07:00
parent b379d15066
commit 134b90eca5
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
PyWb 0.9.3
==========
PyWb 0.9.4-dev
==============
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=develop
:target: https://travis-ci.org/ikreymer/pywb
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=master
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.svg?branch=develop
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
.. image:: https://img.shields.io/gratipay/ikreymer.svg
:target: https://www.gratipay.com/ikreymer/

View File

@ -1,4 +1,4 @@
__version__ = '0.9.3'
__version__ = '0.9.4dev0'
DEFAULT_CONFIG = 'pywb/default_config.yaml'