Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Dec 22, 2023
1 parent ca495c8 commit 3f3a159
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.0.post0"
__version__: Final[str] = "1.0.1"
__title__: Final[str] = "auto-file-sorter"
__author__: Final[str] = "realshouzy"
__license__: Final[str] = "MIT"
Expand Down

0 comments on commit 3f3a159

Please sign in to comment.