Skip to content

Commit

Permalink
Add a post-release marker to version
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Sep 3, 2023
1 parent 6ca131a commit f8a1f41
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"
__version__: Final[str] = "1.0.0.post0"
__title__: Final[str] = "auto-file-sorter"
__author__: Final[str] = "realshouzy"
__license__: Final[str] = "MIT"
Expand Down

0 comments on commit f8a1f41

Please sign in to comment.