Skip to content

Commit

Permalink
Applied minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
dhondta committed Feb 2, 2025
1 parent 7056608 commit ea785d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/exeplot/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
1 change: 1 addition & 0 deletions src/exeplot/plots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
if hasattr(module, "plot") and callable(getattr(module, "plot")):
globals()[f"{name}"] = f = getattr(module, "plot")
f.__args__ = getattr(module, "arguments")
f.__name__ = name
__all__.append(name)

File renamed without changes.

0 comments on commit ea785d3

Please sign in to comment.