Skip to content

Commit 9cf2b06

Browse files
committed
Bump for release
1 parent e312c28 commit 9cf2b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List, Optional
22

3-
__version__ = "22.1.dev0"
3+
__version__ = "22.1b1"
44

55

66
def main(args: Optional[List[str]] = None) -> int:

0 commit comments

Comments
 (0)