From de68c35e8d5bef11dc70cdcf48ade52c368fcae0 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Mon, 26 Aug 2024 07:04:51 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2affc68..231fb88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-ai-agents", - "version": "0.3.0", + "version": "0.3.1", "description": "Create AI agents. A command-line interface (CLI) tool that helps you quickly set up new AI agent projects using the ⌘ Langbase SDK. It streamlines the process of creating a new project, installing dependencies, and setting up a basic example.", "license": "MIT", "type": "module",