Skip to content

Commit 76d4b40

Browse files
authored
Merge pull request #4 from nodestream-proj/release/0-12
Release 0.12.0
2 parents 18d0172 + 9330cdf commit 76d4b40

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

poetry.lock

Lines changed: 15 additions & 15 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.12.0rc1"
3+
version = "0.12.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.12.0rc2"
11+
nodestream = "^0.12.0"
1212

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

0 commit comments

Comments
 (0)