Skip to content

Commit 70fef85

Browse files
committed
chore: bump tangle-api version to 0.1.0
Assisted-By: devx/f5505a8e-b863-4860-8951-135c4c748c11
1 parent 828e6da commit 70fef85

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/tangle-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tangle-api"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Checked-in generated Tangle API models and operation proxies"
55
readme = "../../README.md"
66
authors = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Repository = "https://github.com/TangleML/tangle-cli"
2828
Issues = "https://github.com/TangleML/tangle-cli/issues"
2929

3030
[project.optional-dependencies]
31-
native = ["tangle-api==0.0.1"]
31+
native = ["tangle-api==0.1.0"]
3232

3333
[project.scripts]
3434
tangle = "tangle_cli.cli:main"

tests/test_packaging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ def test_tangle_cli_wheel_imports_without_native_tangle_api(tmp_path) -> None:
111111
requires_dist = [line for line in metadata.splitlines() if line.startswith("Requires-Dist: ")]
112112
assert not any(name.startswith("tangle_api/") for name in names)
113113
assert "tangle_cli/openapi/openapi.json" not in names
114-
assert "Requires-Dist: tangle-api==0.0.1" not in requires_dist
115-
assert "Requires-Dist: tangle-api==0.0.1 ; extra == 'native'" in requires_dist
114+
assert "Requires-Dist: tangle-api==0.1.0" not in requires_dist
115+
assert "Requires-Dist: tangle-api==0.1.0 ; extra == 'native'" in requires_dist
116116

117117
env = {**os.environ, "PYTHONPATH": os.pathsep.join([str(wheel), str(stubs)])}
118118
subprocess.run(

uv.lock

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

0 commit comments

Comments
 (0)