Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 7, 2024
1 parent 91e142a commit c85819c
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.2"
__version__: Final[str] = "1.0.3"
__title__: Final[str] = "pip-manage"

from typing import Final

0 comments on commit c85819c

Please sign in to comment.