Skip to content

Commit

Permalink
export __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Jan 16, 2025
1 parent 028f87a commit 8774597
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 8774597

Please sign in to comment.