Skip to content

Commit 1bf69ae

Browse files
committed
added version 0.1.0 utils scripts
1 parent 2ebeac5 commit 1bf69ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OceanLab/__init.py__

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .dyn import zeta, vmode_amp, psi2uv, eqmodes, vmodes
22
from .eof import my_eof_interp, eoft
33
from .oa import scaloa, vectoa
4-
from utils import argdistnear, meaneddy
4+
from .utils import argdistnear, meaneddy
55

6-
__version__ = '0.0.7'
6+
_version_ = '0.1.0'

0 commit comments

Comments
 (0)