Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jan 13, 2024
1 parent bed40ee commit dbf87cd
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
@@ -1,7 +1,7 @@
"""``auto-file-sorter`` package."""
from __future__ import annotations

__version__: Final[str] = "1.0.1"
__version__: Final[str] = "1.0.2"
__title__: Final[str] = "auto-file-sorter"
__author__: Final[str] = "realshouzy"
__license__: Final[str] = "MIT"
Expand Down

0 comments on commit dbf87cd

Please sign in to comment.