Skip to content

Commit 9f300db

Browse files
authored
Merge pull request #206 from polywrap/cd/0.1.0a33
Python client CD (0.1.0a33)
2 parents 9a91a2d + 8af6826 commit 9f300db

File tree

16 files changed

+147
-147
lines changed

16 files changed

+147
-147
lines changed

packages/polywrap-client-config-builder/poetry.lock

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

packages/polywrap-client-config-builder/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "polywrap-client-config-builder"
7-
version = "0.1.0a32"
7+
version = "0.1.0a33"
88
description = ""
99
authors = ["Media <[email protected]>", "Cesar <[email protected]>", "Niraj <[email protected]>"]
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-uri-resolvers = "^0.1.0a32"
15-
polywrap-core = "^0.1.0a32"
14+
polywrap-uri-resolvers = "^0.1.0a33"
15+
polywrap-core = "^0.1.0a33"
1616
[tool.poetry.dev-dependencies]
1717
pytest = "^7.1.2"
1818
pytest-asyncio = "^0.19.0"

packages/polywrap-client/poetry.lock

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

packages/polywrap-client/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "polywrap-client"
7-
version = "0.1.0a32"
7+
version = "0.1.0a33"
88
description = ""
99
authors = ["Cesar <[email protected]>", "Niraj <[email protected]>"]
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-manifest = "^0.1.0a32"
15-
polywrap-msgpack = "^0.1.0a32"
16-
polywrap-core = "^0.1.0a32"
14+
polywrap-manifest = "^0.1.0a33"
15+
polywrap-msgpack = "^0.1.0a33"
16+
polywrap-core = "^0.1.0a33"
1717

1818
[tool.poetry.dev-dependencies]
1919
pytest = "^7.1.2"

packages/polywrap-core/poetry.lock

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

packages/polywrap-core/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "polywrap-core"
7-
version = "0.1.0a32"
7+
version = "0.1.0a33"
88
description = ""
99
authors = ["Cesar <[email protected]>", "Niraj <[email protected]>"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10"
13-
polywrap-msgpack = "^0.1.0a32"
14-
polywrap-manifest = "^0.1.0a32"
13+
polywrap-msgpack = "^0.1.0a33"
14+
polywrap-manifest = "^0.1.0a33"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pycln = "^2.1.3"

packages/polywrap-manifest/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.

0 commit comments

Comments
 (0)