Skip to content

Commit d0907f1

Browse files
AChenQhauntsaninja
andauthored
urllib3: add "__version__" (#6890)
Co-authored-by: Shantanu <[email protected]>
1 parent 7191d12 commit d0907f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/urllib3/urllib3/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ from . import connectionpool, filepost, poolmanager, response
55
from .util import request as _request, retry, timeout, url
66

77
__license__: Any
8+
__version__: str
89

910
HTTPConnectionPool = connectionpool.HTTPConnectionPool
1011
HTTPSConnectionPool = connectionpool.HTTPSConnectionPool

0 commit comments

Comments
 (0)