Skip to content

Commit 13da8af

Browse files
committed
chore(platform): Bump version to v0.3.3
1 parent 63e3244 commit 13da8af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autogpt_platform/backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "autogpt-platform-backend"
3-
version = "0.3.1"
3+
version = "0.3.3"
44
description = "A platform for building AI-powered agentic workflows"
55
authors = ["AutoGPT <[email protected]>"]
66
readme = "README.md"

autogpt_platform/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.3.1",
3+
"version": "0.3.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)