Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yotarazona committed Jun 21, 2024
1 parent 31e9b46 commit aa83f55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scikeo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Top-level package for scikit-eo."""

import importlib.metadata

__author__ = """Yonatan Tarazona Coronel"""
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = importlib.metadata.version('scikeo')

0 comments on commit aa83f55

Please sign in to comment.