Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/spiros-dev-2' into …
Browse files Browse the repository at this point in the history
…spiros-dev-2
  • Loading branch information
spirosmaggioros committed Jan 18, 2025
2 parents 9eaa089 + 7eb10b8 commit 7d95061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLICV/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
warnings.simplefilter(action="ignore", category=FutureWarning)
warnings.simplefilter(action="ignore", category=UserWarning)

VERSION = pkg_resources.require("NiChart_DLMUSE")[0].version
VERSION = pkg_resources.require("DLICV")[0].version


def main() -> None:
Expand Down

0 comments on commit 7d95061

Please sign in to comment.