From fedbafc79b73175b5ec4b75dccf189da426ef134 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 10 Oct 2011 21:08:30 -0400 Subject: [PATCH] v0.7.0 dev --- requests/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/core.py b/requests/core.py index 9e19921..a3fdb72 100644 --- a/requests/core.py +++ b/requests/core.py @@ -18,7 +18,7 @@ This module implements the main Requests system. __title__ = 'requests' -__version__ = '0.6.2 (dev)' +__version__ = '0.7.0 (dev)' __build__ = 0x000602 __author__ = 'Kenneth Reitz' __license__ = 'ISC' -- 2.34.1