diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-12-17 13:58:33 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-12-17 13:58:33 -0500 |
| commit | f549efd43d4d9d9b8338b64317c15d4b6739e42e (patch) | |
| tree | 58e461d760c5ea3c35a47cdf081344cf2120842c | |
| parent | 5eb3a17b55992163e5958fc30775194d96b8f7ed (diff) | |
| download | python-requests-1.0.2.tar.gz | |
v1.0.2v1.0.2
| -rw-r--r-- | requests/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requests/__init__.py b/requests/__init__.py index c22313d6..8fbe3eb1 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at <http://python-requests.org>. """ __title__ = 'requests' -__version__ = '1.0.1' -__build__ = 0x01001 +__version__ = '1.0.2' +__build__ = 0x01002 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2012 Kenneth Reitz' |
