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 8, 2024
1 parent d9bc6b2 commit 931e9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_file_sorter/__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] = "auto-file-sorter"
__author__: Final[str] = "realshouzy"
__license__: Final[str] = "MIT"
Expand Down

0 comments on commit 931e9e4

Please sign in to comment.