From 36d1745b5e7efd46865160f3e34e6242fc5b828d Mon Sep 17 00:00:00 2001 From: mamoodi Date: Fri, 23 Aug 2024 16:20:42 -0400 Subject: [PATCH] Release 0.9.0 (#3565) --- README.md | 4 ++-- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7ad2c75447..dc22b8efb5 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,11 @@ docker run -it \ -p 3000:3000 \ --add-host host.docker.internal:host-gateway \ --name openhands-app-$(date +%Y%m%d%H%M%S) \ - ghcr.io/opendevin/opendevin:0.8 + ghcr.io/all-hands-ai/openhands:0.9 ``` > [!NOTE] -> This command pulls the `0.8` tag, which represents the most recent stable release of OpenHands. You have other options as well: +> This command pulls the `0.9` tag, which represents the most recent stable release of OpenHands. You have other options as well: > - For a specific release version, use `ghcr.io/all-hands-ai/openhands:` (replace with the desired version number). > - For the most up-to-date development version, use `ghcr.io/all-hands-ai/openhands:main`. This version may be **(unstable!)** and is recommended for testing or development purposes only. > diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3e8d027524..06779d0a39 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhands-frontend", - "version": "0.8.3", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openhands-frontend", - "version": "0.8.3", + "version": "0.9.0", "dependencies": { "@monaco-editor/react": "^4.6.0", "@nextui-org/react": "^2.4.6", diff --git a/frontend/package.json b/frontend/package.json index dac662d717..b97de24622 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "openhands-frontend", - "version": "0.8.3", + "version": "0.9.0", "private": true, "type": "module", "engines": { diff --git a/pyproject.toml b/pyproject.toml index 6474bb312b..c692b4a7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openhands" -version = "0.8.3" +version = "0.9.0" description = "OpenHands: Code Less, Make More" authors = ["OpenHands"] license = "MIT"