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:
Pradyun Gedam 2022-01-29 09:34:40 +00:00
parent 1742af7bdc
commit 0a916125ef
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

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