Skip to content

Commit 7e99679

Browse files
committed
chore: bump version for every packages
1 parent 14411d4 commit 7e99679

File tree

15 files changed

+560
-1281
lines changed

15 files changed

+560
-1281
lines changed

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.0"
7+
version = "0.1.0a15"
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-core = { path = "../polywrap-core", develop = true }
15-
polywrap-uri-resolvers = { path = "../polywrap-uri-resolvers", develop = true }
14+
polywrap-core = "^0.1.0a15"
15+
polywrap-uri-resolvers = "^0.1.0a15"
1616

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

packages/polywrap-client/pyproject.toml

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

55
[tool.poetry]
66
name = "polywrap-client"
7-
version = "0.1.0a14"
7+
version = "0.1.0a15"
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-core = { path = "../polywrap-core", develop = true }
15-
polywrap-msgpack = { path = "../polywrap-msgpack", develop = true }
16-
polywrap-manifest = { path = "../polywrap-manifest", develop = true }
17-
polywrap-uri-resolvers = { path = "../polywrap-uri-resolvers", develop = true }
14+
polywrap-core = "^0.1.0a15"
15+
polywrap-msgpack = "^0.1.0a15"
16+
polywrap-manifest = "^0.1.0a15"
17+
polywrap-uri-resolvers = "^0.1.0a15"
1818

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

packages/polywrap-core/poetry.lock

Lines changed: 18 additions & 15 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.0a14"
7+
version = "0.1.0a15"
88
description = ""
99
authors = ["Cesar <[email protected]>", "Niraj <[email protected]>"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10"
13-
polywrap-manifest = { path = "../polywrap-manifest", develop = true }
14-
polywrap-msgpack = { path = "../polywrap-msgpack", develop = true }
13+
polywrap-manifest = "0.1.0a15"
14+
polywrap-msgpack = "0.1.0a15"
1515

1616
[tool.poetry.dev-dependencies]
1717
pytest = "^7.1.2"

packages/polywrap-manifest/poetry.lock

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

packages/polywrap-manifest/pyproject.toml

Lines changed: 2 additions & 2 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-manifest"
7-
version = "0.1.0a14"
7+
version = "0.1.0a15"
88
description = "WRAP manifest"
99
authors = ["Niraj <[email protected]>"]
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"
14-
polywrap-msgpack = { path = "../polywrap-msgpack", develop = true }
14+
polywrap-msgpack = "0.1.0a15"
1515
pydantic = "^1.10.2"
1616

1717
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)