Skip to content

Commit

Permalink
Saved at 2025-01-08 00:18:42 (Wed)
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw committed Jan 7, 2025
1 parent 365848e commit cf77af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utilities/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.90.8"
__version__ = "0.90.9"
2 changes: 1 addition & 1 deletion src/utilities/traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def create_and_set(
style: _FormatStyle = "%",
validate: bool = True,
defaults: StrMapping | None = None,
git_ref: str,
git_ref: str = MASTER,
detail: bool = False,
post: Callable[[str], str] | None = None,
) -> Self:
Expand Down

0 comments on commit cf77af4

Please sign in to comment.