Skip to content

Commit

Permalink
Release 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 13, 2024
1 parent 2b5a3e3 commit 52086c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida_workgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .task import Task
from .decorator import task, build_task

__version__ = "0.4.9"
__version__ = "0.4.10"

__all__ = ["WorkGraph", "Task", "task", "build_task"]

0 comments on commit 52086c4

Please sign in to comment.