Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Sep 21, 2024
1 parent 67ac2aa commit 39c8585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_workgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from .task import Task
from .decorator import task, build_task

__version__ = "0.4.1"
__version__ = "0.4.2"

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

0 comments on commit 39c8585

Please sign in to comment.