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 daa7e54 commit b46e171Copy full SHA for b46e171
src/pip/__init__.py
@@ -1,6 +1,6 @@
1
from typing import List, Optional
2
3
-__version__ = "25.1"
+__version__ = "25.2.dev0"
4
5
6
def main(args: Optional[List[str]] = None) -> int:
0 commit comments