1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Bump for development

This commit is contained in:
Tzu-ping Chung 2021-08-12 22:29:48 +08:00
parent 73fc5ff71a
commit d63e188746

View file

@ -1,6 +1,6 @@
from typing import List, Optional
__version__ = "21.2.4"
__version__ = "21.3.dev0"
def main(args: Optional[List[str]] = None) -> int: