There was an error while loading. Please reload this page.
1 parent 9bee34c commit 8291bafCopy full SHA for 8291baf
2 files changed
exca/__init__.py
@@ -12,4 +12,4 @@
12
from .task import SubmitInfra as SubmitInfra
13
from .task import TaskInfra as TaskInfra
14
15
-__version__ = "0.5.5"
+__version__ = "0.5.6"
pyproject.toml
@@ -3,7 +3,7 @@ name = "exca"
3
readme = "README.md"
4
authors = [{name = "Meta FAIR"}]
5
requires-python = ">=3.10"
6
-version = "0.5.5"
+version = "0.5.6"
7
description = "Execution and caching tool for python"
8
9
dependencies = [
0 commit comments