Skip to content

Commit

Permalink
set version string in _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 7, 2024
1 parent 6c0b8e1 commit 306c413
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deltametrics/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
def __version__():
"""
Private version declaration, gets assigned to dm.__version__ during import
"""
return "0.4.3"
__version__ = "0.4.3"

0 comments on commit 306c413

Please sign in to comment.