-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Diwank Singh Tomer <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
|
@@ -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"] | ||
} |