summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2019-04-22 08:58:46 -0500
committerGitHub <noreply@github.com>2019-04-22 08:58:46 -0500
commitf8956285881f9bc0a4684c76394ed7794bb2621a (patch)
treeaf96f896c5631987f01056786010a1438027397c
parent42b193b09686f89a19f48922c0ac254789efb063 (diff)
downloadurllib3-dev-version.tar.gz
Update __init__.pydev-version
-rw-r--r--src/urllib3/__init__.py2
1 files changed, 1 insertions, 1 deletions
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',