Skip to content

Commit

Permalink
chore: bump version to 0.34.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Dec 20, 2024
1 parent 670b083 commit 0eae77a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.33.1",
".": "0.34.0-alpha.0",
"packages/vertex-sdk": "0.6.1",
"packages/bedrock-sdk": "0.12.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anthropic-ai/sdk",
"version": "0.33.1",
"version": "0.34.0-alpha.0",
"description": "The official TypeScript library for the Anthropic API",
"author": "Anthropic <support@anthropic.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.33.1'; // x-release-please-version
export const VERSION = '0.34.0-alpha.0'; // x-release-please-version

0 comments on commit 0eae77a

Please sign in to comment.