summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--httpretty/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e0d2dd..d0a2893 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# HTTPretty
-> Version 0.5.7
+> Version 0.5.8
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](http://travis-ci.org/gabrielfalcao/HTTPretty)
diff --git a/httpretty/__init__.py b/httpretty/__init__.py
index 6a75ce4..1a9a4f4 100644
--- a/httpretty/__init__.py
+++ b/httpretty/__init__.py
@@ -23,7 +23,7 @@
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
-version = '0.5.7'
+version = '0.5.8'
import re
import inspect