Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit c68ae1c

Browse files
author
Mike Hearne
authored
Merge pull request #3 from mhearne-usgs/v2fix
added init to gmprocess package, which allows for dunder version syntax.
2 parents c714135 + 8efda59 commit c68ae1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gmprocess/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
from ._version import get_versions
3+
__version__ = get_versions()['version']
4+
del get_versions

0 commit comments

Comments
 (0)