Skip to content

Commit 3f3a159

Browse files
committed
Bump version to 1.0.1
1 parent ca495c8 commit 3f3a159

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.0.post0"
4+
__version__: Final[str] = "1.0.1"
55
__title__: Final[str] = "auto-file-sorter"
66
__author__: Final[str] = "realshouzy"
77
__license__: Final[str] = "MIT"

0 commit comments

Comments
 (0)