We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca131a commit f8a1f41Copy full SHA for f8a1f41
auto_file_sorter/__init__.py
@@ -1,7 +1,7 @@
1
"""``auto-file-sorter`` package."""
2
from __future__ import annotations
3
4
-__version__: Final[str] = "1.0.0"
+__version__: Final[str] = "1.0.0.post0"
5
__title__: Final[str] = "auto-file-sorter"
6
__author__: Final[str] = "realshouzy"
7
__license__: Final[str] = "MIT"
0 commit comments