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

Commit

Permalink
Merge pull request #3 from mhearne-usgs/v2fix
Browse files Browse the repository at this point in the history
added init to gmprocess package, which allows for dunder version syntax.
  • Loading branch information
mhearne-usgs authored Dec 19, 2018
2 parents c714135 + 8efda59 commit c68ae1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gmprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

0 comments on commit c68ae1c

Please sign in to comment.