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