diff --git a/README.rst b/README.rst index c8ff4590..39a0aa7d 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.10.1 +PyWb 0.10.2-dev =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 1a49480a..549bd790 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.1' +__version__ = '0.10.2-dev' DEFAULT_CONFIG = 'pywb/default_config.yaml'