Bump version to 0.2.0 so the robot picks up the new build
Browse filesThe wake fix and the API-key web UI were pushed without a version bump,
so the Space still advertised 0.1.0; the daemon's update check sees the
same version and won't pull the new build on (re)install. Bump to 0.2.0.
Packaging verified locally: `pip wheel` builds talk-…-py3-none-any.whl
cleanly and `pip check` reports no dependency conflicts with reachy-mini,
so the package itself is install-ready. Also refreshed the now-stale
description to mention conversation mode.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
|
|
| 5 |
|
| 6 |
[project]
|
| 7 |
name = "talk"
|
| 8 |
-
version = "0.
|
| 9 |
-
description = "Wakes
|
| 10 |
readme = "README.md"
|
| 11 |
requires-python = ">=3.10"
|
| 12 |
dependencies = [
|
|
|
|
| 5 |
|
| 6 |
[project]
|
| 7 |
name = "talk"
|
| 8 |
+
version = "0.2.0"
|
| 9 |
+
description = "Wakes the robot on speech, announces the time, then chats with Claude in German"
|
| 10 |
readme = "README.md"
|
| 11 |
requires-python = ">=3.10"
|
| 12 |
dependencies = [
|