__version__

This commit is contained in:
2019-09-23 14:57:21 -04:00
parent 3e772e940d
commit 3bec2dea3e
+1 -1
View File
@@ -3,7 +3,7 @@
# ' ' `-' `-`.`-' `-' `-' ' `-'
__title__ = "requests3"
__description__ = "Python HTTP for Humans."
__url__ = "http://python-requests.org"
__url__ = "https://3.python-requests.org"
__version__ = "3.0.0a1"
__build__ = 0x030000
__author__ = "Kenneth Reitz"