Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 11, 2024
1 parent bb5094f commit b90fc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip_manage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

__version__: Final[str] = "1.0.3"
__version__: Final[str] = "1.1.0"
__title__: Literal["pip-manage"] = "pip-manage"

from typing import Final, Literal

0 comments on commit b90fc80

Please sign in to comment.