Skip to content

Commit

Permalink
remove modification to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Nov 17, 2024
1 parent 22a8bfa commit 810c61d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions metcalcpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
# ** Research Applications Lab (RAL)
# ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA
# ============================*

# set value for metcalcpy.__version__
import importlib.metadata
__version__ = importlib.metadata.version("metcalcpy")



"""This module contains a variety of statistical calculations."""
GROUP_SEPARATOR = ':'
Expand Down

0 comments on commit 810c61d

Please sign in to comment.