We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d66aab commit bc6785dCopy full SHA for bc6785d
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "shellflow"
3
-version = "0.2.6"
+version = "0.3.0"
4
description = "A minimal shell script orchestrator with SSH support"
5
readme = "README.md"
6
license = "Apache-2.0"
@@ -42,8 +42,8 @@ dev = [
42
"pytest-cov>=7.1.0",
43
"pytest-asyncio>=1.3.0",
44
"pytest-benchmark>=5.2.3",
45
- "ruff>=0.15.7",
46
- "ty>=0.0.25",
+ "ruff>=0.15.8",
+ "ty>=0.0.26",
47
"behave>=1.3.3",
48
"hypothesis>=6.151.9",
49
"shellflow",
0 commit comments