Skip to content

Commit

Permalink
Release 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 6, 2024
1 parent 1fb3dc9 commit cdc4f3e
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.7"
__version__ = "0.4.8"

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

0 comments on commit cdc4f3e

Please sign in to comment.