Skip to content

Commit 3bacc76

Browse files
committed
chore(release): bump to 0.6.15
1 parent ff7e9d1 commit 3bacc76

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

compat/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "droidrun"
3-
version = "0.6.14"
3+
version = "0.6.15"
44
description = "Compatibility shim — droidrun has been renamed to mobilerun"
55
requires-python = ">=3.11,<3.14"
6-
dependencies = ["mobilerun==0.6.14"]
6+
dependencies = ["mobilerun==0.6.15"]
77

88
[project.optional-dependencies]
9-
anthropic = ["mobilerun[anthropic]==0.6.14"]
10-
deepseek = ["mobilerun[deepseek]==0.6.14"]
11-
langfuse = ["mobilerun[langfuse]==0.6.14"]
12-
dev = ["mobilerun[dev]==0.6.14"]
9+
anthropic = ["mobilerun[anthropic]==0.6.15"]
10+
deepseek = ["mobilerun[deepseek]==0.6.15"]
11+
langfuse = ["mobilerun[langfuse]==0.6.15"]
12+
dev = ["mobilerun[dev]==0.6.15"]
1313

1414
[project.scripts]
1515
droidrun = "droidrun.cli_shim:main"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mobilerun"
3-
version = "0.6.14"
3+
version = "0.6.15"
44
description = "A framework for controlling mobile devices through LLM agents"
55
authors = [{ name = "Niels Schmidt", email = "niels@droidrun.ai" }]
66
dependencies = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)