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 2020-10-31 23:33:50 +05:30
parent 4a4b79afb4
commit bfbf89d574
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -4,7 +4,7 @@ if MYPY_CHECK_RUNNING:
from typing import List, Optional
__version__ = "20.3b1"
__version__ = "20.3.dev1"
def main(args=None):