Skip to content

Commit 68b632a

Browse files
committed
Release 0.13.0
1 parent d843c15 commit 68b632a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 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.0b1"
3+
version = "0.13.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.0b1"
11+
nodestream = "^0.13.0"
1212

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

0 commit comments

Comments
 (0)