Skip to content

Commit

Permalink
Merge pull request #9 from WFP-VAM/fix
Browse files Browse the repository at this point in the history
fix import issues
  • Loading branch information
valpesendorfer committed Feb 2, 2024
2 parents 275f804 + c0825b4 commit 0499c48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ CHANGES
- distribute built extension on pypi
- v2.0.3:
- restructure and improve packaging
- v2.0.4:
- fix module import


-----

Expand Down
2 changes: 1 addition & 1 deletion vam/whittaker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._version import __version__
from ._whit import lag1corr, ws2d, ws2dp, ws2doptv, ws2doptvp

__all__ = ("__version__",)
__all__ = (__version__, "lag1corr", "ws2d", "ws2dp", "ws2doptv", "ws2doptvp")
2 changes: 1 addition & 1 deletion vam/whittaker/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.3"
__version__ = "2.0.4"

0 comments on commit 0499c48

Please sign in to comment.