Update version numbers for v0.4.0 release

This commit is contained in:
Reinier van der Leer
2023-06-04 20:05:57 +02:00
parent 120fe762df
commit 3dbc377308
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing
Two weeks and 76 pull requests have passed since v0.3.1, and we are happy to announce
the release of v0.4.0!
Highlights and notable changes since v0.3.1:
Highlights and notable changes since v0.3.0:
## ⚠️ Command `send_tweet` is REMOVED
Twitter functionality (and more) is now covered by plugins.

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "agpt"
version = "0.3.0"
version = "0.4.0"
authors = [
{ name="Torantulino", email="support@agpt.co" },
]