Skip to content

Commit

Permalink
Import version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax authored May 11, 2022
1 parent e7777a6 commit a35374c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gpax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
from .vidkl import viDKL
from .spm import sPM

__all__ = ["utils", "kernels", "acquisition", "ExactGP", "vExactGP", "DKL", "viDKL", "sPM"]
from .__version__ import version as __version__

__all__ = ["utils", "kernels", "acquisition", "ExactGP", "vExactGP", "DKL", "viDKL", "sPM", "__version__"]

0 comments on commit a35374c

Please sign in to comment.