Skip to content

Commit dbf87cd

Browse files
committed
Bump version to 1.0.2
1 parent bed40ee commit dbf87cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_file_sorter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""``auto-file-sorter`` package."""
22
from __future__ import annotations
33

4-
__version__: Final[str] = "1.0.1"
4+
__version__: Final[str] = "1.0.2"
55
__title__: Final[str] = "auto-file-sorter"
66
__author__: Final[str] = "realshouzy"
77
__license__: Final[str] = "MIT"

0 commit comments

Comments
 (0)