Skip to content

Commit

Permalink
MAINT: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Sep 11, 2024
1 parent e42ea15 commit 2d67f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_version_info():
# must be a source distribution, use existing version file
# load it as a separate module to not load refnx/__init__.py
import importlib.util
spec = importlib.util.spec_from_file_location("version", "refnx/version.py")
spec = importlib.util.spec_from_file_location("version", "refellips/version.py")
module = importlib.util.module_from_spec(spec)
spec.loader.exec_module(module)
GIT_REVISION = module.git_revision
Expand Down

0 comments on commit 2d67f65

Please sign in to comment.