Skip to content

Commit 8291baf

Browse files
authored
Bump to 0.5.6 (#136)
1 parent 9bee34c commit 8291baf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

exca/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
from .task import SubmitInfra as SubmitInfra
1313
from .task import TaskInfra as TaskInfra
1414

15-
__version__ = "0.5.5"
15+
__version__ = "0.5.6"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "exca"
33
readme = "README.md"
44
authors = [{name = "Meta FAIR"}]
55
requires-python = ">=3.10"
6-
version = "0.5.5"
6+
version = "0.5.6"
77
description = "Execution and caching tool for python"
88

99
dependencies = [

0 commit comments

Comments
 (0)