This commit is contained in:
Gabriel Falcao
2013-03-24 23:41:19 -04:00
parent 8c92be54d4
commit 932f2a80fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# HTTPretty
> Version 0.5.12
> Version 0.5.13
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](http://travis-ci.org/gabrielfalcao/HTTPretty)

View File

@@ -25,7 +25,7 @@
# OTHER DEALINGS IN THE SOFTWARE.
from __future__ import unicode_literals
version = '0.5.12'
version = '0.5.13'
import re
import inspect