Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pytools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@

from typing_extensions import Self, dataclass_transform

from pytools.version import VERSION_TEXT


__version__ = VERSION_TEXT


# These are deprecated and will go away in 2022.
all = builtins.all
Expand Down
Loading