Skip to content

Commit f7c3f6c

Browse files
chore: patch version to 0.1.0b6
1 parent 4c76a1f commit f7c3f6c

File tree

16 files changed

+306
-1013
lines changed

16 files changed

+306
-1013
lines changed

packages/config-bundles/polywrap-sys-config-bundle/poetry.lock

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

packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"]
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.10"
18-
polywrap-core = {path = "../../polywrap-core", develop = true}
19-
polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true}
20-
polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true}
21-
polywrap-manifest = {path = "../../polywrap-manifest", develop = true}
22-
polywrap-wasm = {path = "../../polywrap-wasm", develop = true}
23-
polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true}
24-
polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true}
18+
polywrap-core = "^0.1.0b6"
19+
polywrap-client-config-builder = "^0.1.0b6"
20+
polywrap-uri-resolvers = "^0.1.0b6"
21+
polywrap-manifest = "^0.1.0b6"
22+
polywrap-wasm = "^0.1.0b6"
23+
polywrap-fs-plugin = "^0.1.0b6"
24+
polywrap-http-plugin = "^0.1.0b6"
2525

2626
[tool.poetry.group.dev.dependencies]
2727
polywrap-client = {path = "../../polywrap-client", develop = true}

0 commit comments

Comments
 (0)