We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4b79a commit bfbf89dCopy full SHA for bfbf89d
src/pip/__init__.py
@@ -4,7 +4,7 @@
4
from typing import List, Optional
5
6
7
-__version__ = "20.3b1"
+__version__ = "20.3.dev1"
8
9
10
def main(args=None):
0 commit comments