Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 615ef85

Browse files
committed
update versioneer
1 parent 2e444e8 commit 615ef85

File tree

5 files changed

+1053
-432
lines changed

5 files changed

+1053
-432
lines changed

examples/data/bbox.dbf

0 Bytes
Binary file not shown.

pydrograph/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
from .nwis import Nwis
66
from .attributes import gw_attributes, streamflow_attributes
7-
from .baseflow import get_upstream_area, IHmethod, WI_statewide_eqn
7+
from .baseflow import get_upstream_area, IHmethod, WI_statewide_eqn
8+
from . import _version
9+
__version__ = _version.get_versions()['version']

0 commit comments

Comments
 (0)