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

bump version to 0.33.0 for release

This commit is contained in:
Ilya Kreymer 2016-10-24 10:45:30 -07:00
parent 3f8480c37e
commit c44e780c12
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PyWb 0.32.2
PyWb 0.33.0
===========
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master

View File

@ -1,4 +1,4 @@
__version__ = '0.32.2'
__version__ = '0.33.0'
DEFAULT_CONFIG = 'pywb/default_config.yaml'