We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b203d5 commit 6012b48Copy full SHA for 6012b48
src/pip/__init__.py
@@ -1,6 +1,6 @@
1
from typing import List, Optional
2
3
-__version__ = "22.1b1"
+__version__ = "22.1.dev1"
4
5
6
def main(args: Optional[List[str]] = None) -> int:
0 commit comments