Skip to content

Commit

Permalink
🔖 version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Jul 19, 2024
1 parent dc3c0b2 commit 04777a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nepattern/core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class BasePattern(Generic[TOrigin, TInput, TMM]):
origin: type[TOrigin]
alias: str | None
previous: BasePattern | None
accept: Callable[[Any], bool]
_repr: str
_hash: int
_accepts: type[Any] | tuple[type[Any], ...]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nepattern"
version = "0.7.4"
version = "0.7.5"
description = "a complex pattern, support typing"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"},
Expand Down

0 comments on commit 04777a8

Please sign in to comment.