Skip to content

Commit

Permalink
Correct package version
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Dec 12, 2024
1 parent 3162090 commit e5b0cc1
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 @@ -7,7 +7,7 @@
warnings.simplefilter(action="ignore", category=UserWarning)

# VERSION = pkg_resources.require("NiChart_DLMUSE")[0].version
VERSION = "1.0.3"
VERSION = "1.0.4"


def main() -> None:
Expand Down

0 comments on commit e5b0cc1

Please sign in to comment.