Skip to content

Commit

Permalink
chore: bump version to 0.1.2
Browse files Browse the repository at this point in the history
- need to manually bump version due to manual deploy to circumvent the CD issues
  • Loading branch information
Niraj-Kamdar committed Sep 8, 2023
1 parent 3e84e59 commit 8a9acc9
Show file tree
Hide file tree
Showing 30 changed files with 1,757 additions and 1,882 deletions.
214 changes: 98 additions & 116 deletions packages/config-bundles/polywrap-sys-config-bundle/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "polywrap-sys-config-bundle"
version = "0.1.0"
version = "0.1.2"
description = "Polywrap System Client Config Bundle"
authors = ["Niraj <[email protected]>"]
readme = "README.rst"
Expand All @@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"]

[tool.poetry.dependencies]
python = "^3.10"
polywrap-core = {path = "../../polywrap-core", develop = true}
polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true}
polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true}
polywrap-manifest = {path = "../../polywrap-manifest", develop = true}
polywrap-wasm = {path = "../../polywrap-wasm", develop = true}
polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true}
polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true}
polywrap-core = "0.1.2"
polywrap-client-config-builder = "0.1.2"
polywrap-uri-resolvers = "0.1.2"
polywrap-manifest = "0.1.2"
polywrap-wasm = "0.1.2"
polywrap-fs-plugin = "0.1.2"
polywrap-http-plugin = "0.1.2"

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

0 comments on commit 8a9acc9

Please sign in to comment.