From 3bec2dea3e149f6cfc7769ec76da65d4a281c907 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 14:57:21 -0400 Subject: [PATCH] __version__ --- requests3/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests3/__version__.py b/requests3/__version__.py index 8bc80e18..ce0a2abb 100644 --- a/requests3/__version__.py +++ b/requests3/__version__.py @@ -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"