diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | httpretty/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # HTTPretty -> Version 0.5.7 +> Version 0.5.8 [](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 |
