Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Sep 16, 2024
1 parent 1d3f6b1 commit 5bf734a
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.0"
__version__ = "0.4.1"

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

0 comments on commit 5bf734a

Please sign in to comment.