diff options
| author | Cory Benfield <lukasaoz@gmail.com> | 2016-11-16 10:44:29 +0000 |
|---|---|---|
| committer | Cory Benfield <lukasaoz@gmail.com> | 2016-11-16 10:44:29 +0000 |
| commit | eb39a557bde2ea9f72733f9e98227b057d675892 (patch) | |
| tree | 83d33cecd900b6fcab0a687627f81d87000844e4 | |
| parent | e7a6893282319c614c0183171bf97e28a1f46a35 (diff) | |
| download | python-requests-2.12.1.tar.gz | |
v2.12.1v2.12.1
| -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 34c57081..2e37bd25 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -41,8 +41,8 @@ is at <http://python-requests.org>. """ __title__ = 'requests' -__version__ = '2.12.0' -__build__ = 0x021200 +__version__ = '2.12.1' +__build__ = 0x021201 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2016 Kenneth Reitz' |
