From f8956285881f9bc0a4684c76394ed7794bb2621a Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Mon, 22 Apr 2019 08:58:46 -0500 Subject: Update __init__.py --- src/urllib3/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urllib3/__init__.py b/src/urllib3/__init__.py index c0e750d3..f010fc4e 100644 --- a/src/urllib3/__init__.py +++ b/src/urllib3/__init__.py @@ -26,7 +26,7 @@ from logging import NullHandler __author__ = 'Andrey Petrov (andrey.petrov@shazow.net)' __license__ = 'MIT' -__version__ = '1.25' +__version__ = 'dev' __all__ = ( 'HTTPConnectionPool', -- cgit v1.2.1