Skip to content

Commit 5656497

Browse files
chore: apply automatic formatting and lint fixes
1 parent c6cb849 commit 5656497

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

pkgs/experimental/monotone_ops/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "monotone-ops"
7-
version = "0.1.1.dev5"
7+
version = "0.1.1.dev6"
88
description = "Research-oriented monotone operator catalog for deterministic aggregation, CRDTs, fixpoints, and algebraic dataflow."
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.15"

pkgs/experimental/mto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mto"
7-
version = "0.1.1.dev6"
7+
version = "0.1.1.dev7"
88
description = "Planning-stage placeholder reservation for monotone operators."
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.15"

pkgs/experimental/swarmauri_certs_pkcs11/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "swarmauri_certs_pkcs11"
3-
version = "0.4.0.dev10"
3+
version = "0.4.0.dev11"
44
description = "PKCS#11-backed certificate service for Swarmauri"
55
license = "Apache-2.0"
66
readme = "README.md"

pkgs/experimental/swarmauri_keyprovider_pkcs11/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "swarmauri_keyprovider_pkcs11"
3-
version = "0.4.0.dev10"
3+
version = "0.4.0.dev11"
44
description = "PKCS#11 hardware-backed key provider for Swarmauri"
55
license = "Apache-2.0"
66
readme = "README.md"

pkgs/experimental/swarmauri_tests_loc_tersity/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "swarmauri_tests_loc_tersity"
3-
version = "0.2.0.dev10"
3+
version = "0.2.0.dev11"
44
description = "Pytest plugin enforcing line count limits"
55
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
66
keywords = ["swarmauri_tests_loc_tersity", "swarmauri", "experimental"]

pkgs/experimental/swarmauri_tests_pylicense/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "swarmauri_tests_pylicense"
3-
version = "0.2.0.dev10"
3+
version = "0.2.0.dev11"
44
description = "Pytest plugin reporting dependency licenses"
55
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
66
keywords = ["swarmauri_tests_pylicense", "swarmauri", "experimental"]

pkgs/experimental/swarmauri_tests_readme_examples/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "swarmauri_tests_readme_examples"
3-
version = "0.2.0.dev10"
3+
version = "0.2.0.dev11"
44
description = "Pytest plugin that executes README code examples."
55
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
66
keywords = ["swarmauri_tests_readme_examples", "swarmauri", "experimental"]

pkgs/experimental/swarmauri_workflow_statedriven/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "swarmauri_workflow_statedriven"
3-
version = "0.3.0.dev10"
3+
version = "0.3.0.dev11"
44
description = "Swarmauri's StateDrivenWorkflow"
55
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
66
keywords = ["swarmauri_workflow_statedriven", "swarmauri", "experimental"]

pkgs/experimental/tigr/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "tigr"
7-
version = "0.1.1.dev4"
7+
version = "0.1.1.dev5"
88
description = "Experimental placeholder package for future Tigr APIs"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)