chore(platform): Bump version to v0.3.1

This commit is contained in:
Reinier van der Leer 2024-11-18 12:11:07 +01:00
parent 918538147c
commit bff0dc3d82
No known key found for this signature in database
GPG Key ID: BEB9E26CB6F21336
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "autogpt-platform-backend"
version = "0.3.0"
version = "0.3.1"
description = "A platform for building AI-powered agentic workflows"
authors = ["AutoGPT <info@agpt.co>"]
readme = "README.md"

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "next dev",