Skip to content

Commit

Permalink
correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 27, 2023
1 parent 2123163 commit 39b91b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/raft-dask/raft_dask/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import importlib.resources

__version__ = (
importlib.resources.files("raft-dask")
importlib.resources.files("raft_dask")
.joinpath("VERSION")
.read_text()
.strip()
Expand Down

0 comments on commit 39b91b0

Please sign in to comment.