Skip to content

Commit

Permalink
version(sdks): 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Apr 26, 2024
1 parent e78c501 commit 75b9d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "ISC"
Expand Down
15 changes: 3 additions & 12 deletions sdks/ts/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down Expand Up @@ -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"]
}

0 comments on commit 75b9d84

Please sign in to comment.