Skip to content

Commit 3262063

Browse files
authored
Merge pull request #8 from nodestream-proj/feature/nodestream-0.14
feat: update nodestream to 0.14.0
2 parents db983fb + b35fd91 commit 3262063

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

poetry.lock

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "nodestream-plugin-shell"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "A plugin for nodestream providing pipeline shell execution."
55
authors = ["Grant Hoffman <[email protected]>"]
66
readme = "README.md"
77
license = "Apache 2.0"
88

99
[tool.poetry.dependencies]
1010
python = "^3.10"
11-
nodestream = "^0.13.0"
11+
nodestream = "^0.14.0"
1212

1313
[tool.poetry.plugins."nodestream.plugins"]
1414
pipeline = "nodestream_plugin_shell"

0 commit comments

Comments
 (0)