We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5e95d commit 79a65c9Copy full SHA for 79a65c9
pip_manage/__init__.py
@@ -2,7 +2,7 @@
2
3
from __future__ import annotations
4
5
-__version__: Final[str] = "1.1.1"
+__version__: Final[str] = "1.1.2"
6
__title__: Literal["pip-manage"] = "pip-manage"
7
8
from typing import Final, Literal
0 commit comments