diff --git a/README.md b/README.md index 2162d42..783367b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # HTTPretty -> Version 0.4 +> Version 0.5 [![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](http://travis-ci.org/gabrielfalcao/HTTPretty) # changes -## version 0.4 +## version 0.5 * supporting `https` (SSL'ed URLs) diff --git a/httpretty/__init__.py b/httpretty/__init__.py index 6c028b4..5183fb6 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.4' +version = '0.5' import re import socket