Skip to content

Commit

Permalink
fixed version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jun 27, 2022
1 parent ea6c8d3 commit 0ab457d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyremo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .tables import domains, vc

try:
__version__ = pkg_resources.get_distribution("py-cordex").version
__version__ = pkg_resources.get_distribution("pyremo").version
except Exception:
# Local copy or not installed with setuptools.
# Disable minimum version checks on downstream libraries.
Expand Down

0 comments on commit 0ab457d

Please sign in to comment.