summaryrefslogtreecommitdiff
path: root/src/pip/_vendor/cachecontrol/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pip/_vendor/cachecontrol/__init__.py')
-rw-r--r--src/pip/_vendor/cachecontrol/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pip/_vendor/cachecontrol/__init__.py b/src/pip/_vendor/cachecontrol/__init__.py
index 558495e64..f386d4929 100644
--- a/src/pip/_vendor/cachecontrol/__init__.py
+++ b/src/pip/_vendor/cachecontrol/__init__.py
@@ -4,7 +4,7 @@ Make it easy to import from cachecontrol without long namespaces.
"""
__author__ = 'Eric Larson'
__email__ = 'eric@ionrock.org'
-__version__ = '0.12.3'
+__version__ = '0.12.4'
from .wrapper import CacheControl
from .adapter import CacheControlAdapter