Skip to content

Commit 8131805

Browse files
Merge pull request #103 from andrewpaulreeves/main
Use Python 'math' rather than numpy.math. Also update Versioneer. (right branch this time)
2 parents 0401fa1 + e60b334 commit 8131805

File tree

4 files changed

+1050
-432
lines changed

4 files changed

+1050
-432
lines changed

aotools/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
from .turbulence import *
88
from .image_processing import *
99

10-
from ._version import get_versions
11-
__version__ = get_versions()['version']
12-
del get_versions
10+
from . import _version
11+
__version__ = _version.get_versions()['version']

0 commit comments

Comments
 (0)