Skip to content

Commit

Permalink
add version to init
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro committed May 29, 2024
1 parent f6b8209 commit 27fd747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pqm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
from .pqm import get_pqm_pvalue
from .test_gaussian import test
from ._version import __version__


__all__ = (
"get_pqm_pvalue",
"test",
"__version__",
)

0 comments on commit 27fd747

Please sign in to comment.