Skip to content

Commit 397d325

Browse files
committed
chore: release mobilerun 0.6.1
1 parent c73262a commit 397d325

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.0"
3+
version = "0.6.1"
44
description = "Compatibility shim — droidrun has been renamed to mobilerun"
55
requires-python = ">=3.11,<3.14"
6-
dependencies = ["mobilerun==0.6.0"]
6+
dependencies = ["mobilerun==0.6.1"]
77

88
[project.optional-dependencies]
9-
anthropic = ["mobilerun[anthropic]==0.6.0"]
10-
deepseek = ["mobilerun[deepseek]==0.6.0"]
11-
langfuse = ["mobilerun[langfuse]==0.6.0"]
12-
dev = ["mobilerun[dev]==0.6.0"]
9+
anthropic = ["mobilerun[anthropic]==0.6.1"]
10+
deepseek = ["mobilerun[deepseek]==0.6.1"]
11+
langfuse = ["mobilerun[langfuse]==0.6.1"]
12+
dev = ["mobilerun[dev]==0.6.1"]
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.0"
3+
version = "0.6.1"
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)