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-04-28 21:02:03 +05:30
parent 5ce941ca5b
commit 4b4b2d4b1f
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

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