Skip to content

Commit cf4eae0

Browse files
committed
Bump version
1 parent 34327e4 commit cf4eae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anthropic-ai/sdk",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Library for accessing the Anthropic API",
55
"repository": "https://github.com/anthropics/anthropic-sdk-typescript",
66
"license": "MIT",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type OnUpdate = (completion: CompletionResponse) => void | Promise<void>;
1717
export const HUMAN_PROMPT = "\n\nHuman:";
1818
export const AI_PROMPT = "\n\nAssistant:";
1919

20-
const CLIENT_ID = "anthropic-typescript/0.4.0";
20+
const CLIENT_ID = "anthropic-typescript/0.4.1";
2121
const DEFAULT_API_URL = "https://api.anthropic.com";
2222

2323
enum Event {

0 commit comments

Comments
 (0)