summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2017-05-31 14:08:05 +0100
committerCory Benfield <lukasaoz@gmail.com>2017-05-31 14:08:05 +0100
commit190a68550ac2172d9651470558f90cb6b754d065 (patch)
treecf332ca573a7917d589848e5046a2a569798ff21
parent548823be83e9be449d53d2f8fa3a5a0f6be3dc88 (diff)
downloadpython-requests-update-3.0.tar.gz
This should be 3.0update-3.0
-rw-r--r--requests/__version__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/requests/__version__.py b/requests/__version__.py
index b21ba352..5347c7cc 100644
--- a/requests/__version__.py
+++ b/requests/__version__.py
@@ -5,8 +5,8 @@
__title__ = 'requests'
__description__ = 'Python HTTP for Humans.'
__url__ = 'http://python-requests.org'
-__version__ = '2.17.3'
-__build__ = 0x021703
+__version__ = '3.0.0'
+__build__ = 0x030000
__author__ = 'Kenneth Reitz'
__author_email__ = 'me@kennethreitz.org'
__license__ = 'Apache 2.0'