Skip to content

Commit

Permalink
Restore versioning removed in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nfahlgren committed May 18, 2024
1 parent 42ed1b7 commit bc4e22c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plantcv/geospatial/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from importlib.metadata import version
from plantcv.geospatial.read_geotif import read_geotif

# Auto versioning
__version__ = version("plantcv-geospatial")

__all__ = [
"read_geotif"
]

0 comments on commit bc4e22c

Please sign in to comment.