Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea785d3

Browse files
committedFeb 2, 2025·
Applied minor improvement
1 parent 7056608 commit ea785d3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
 

‎src/exeplot/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

‎src/exeplot/plots/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
if hasattr(module, "plot") and callable(getattr(module, "plot")):
1515
globals()[f"{name}"] = f = getattr(module, "plot")
1616
f.__args__ = getattr(module, "arguments")
17+
f.__name__ = name
1718
__all__.append(name)
1819

File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.