From c73f06f447283f7805c9539a07a78afa5670195d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 16 Oct 2020 18:12:10 +0530 Subject: [PATCH] Bump for development --- src/pip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pip/__init__.py b/src/pip/__init__.py index b2e05142f..5a2f3c317 100644 --- a/src/pip/__init__.py +++ b/src/pip/__init__.py @@ -4,7 +4,7 @@ if MYPY_CHECK_RUNNING: from typing import List, Optional -__version__ = "20.2.4" +__version__ = "20.3.dev0" def main(args=None):