Skip to content

Commit

Permalink
Export __version__
Browse files Browse the repository at this point in the history
Otherwise not visible to mypy.
  • Loading branch information
bluetech committed Aug 26, 2023
1 parent 1b1042e commit b5fb741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pluggy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
__version__ = "unknown"

__all__ = [
"__version__",
"PluginManager",
"PluginValidationError",
"HookCaller",
Expand Down

0 comments on commit b5fb741

Please sign in to comment.