Skip to content

Commit

Permalink
fix: adds __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Feb 24, 2024
1 parent a248010 commit 08c0486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions horde_worker_regen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
from pathlib import Path # noqa: E402

ASSETS_FOLDER_PATH = Path(__file__).parent / "assets"

__version__ = "4.1.8"

0 comments on commit 08c0486

Please sign in to comment.