diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 2ea189000..ea418a36a 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "julep" -version = "0.2.14" +version = "0.3.0" description = "Julep is a platform for creating agents with long-term memory" authors = ["Julep Developers "] license = "ISC" diff --git a/sdks/ts/package.json b/sdks/ts/package.json index 4b2f114e2..84be57fd5 100644 --- a/sdks/ts/package.json +++ b/sdks/ts/package.json @@ -1,15 +1,8 @@ { "name": "@julep/sdk", - "version": "0.2.13", + "version": "0.3.0", "description": "Julep is a platform for creating agents with long-term memory", - "keywords": [ - "julep-ai", - "julep", - "agents", - "llms", - "memory", - "ai" - ], + "keywords": ["julep-ai", "julep", "agents", "llms", "memory", "ai"], "author": { "name": "Julep", "email": "developers@julep.ai" @@ -82,7 +75,5 @@ "prepublishOnly": "npm run build", "test": "npm run format && npm run start_mock_api && sleep 1 && jest && npm run kill_mock_api" }, - "files": [ - "dist" - ] + "files": ["dist"] }