diff --git a/src/PyFWI/__init__.py b/src/PyFWI/__init__.py index 2262e67..cb4fdd3 100644 --- a/src/PyFWI/__init__.py +++ b/src/PyFWI/__init__.py @@ -1 +1,2 @@ -from PyFWI.version import version as __version__ \ No newline at end of file +from PyFWI.version import version as __version__ +__all__ = ['__version__'] \ No newline at end of file diff --git a/src/PyFWI/version.py b/src/PyFWI/version.py index 905c05b..85b15ca 100644 --- a/src/PyFWI/version.py +++ b/src/PyFWI/version.py @@ -1 +1 @@ -version = '0.1.9' \ No newline at end of file +version = '0.1.10' \ No newline at end of file