Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Release 0.5.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegoio authored Jun 5, 2024
1 parent 0d1cc9c commit 5efba3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mistralai/mistralai",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"author": "[email protected]",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FilesClient from './files.js';
import JobsClient from './jobs.js';

const VERSION = '0.3.0';
const VERSION = '0.5.0';
const RETRY_STATUS_CODES = [429, 500, 502, 503, 504];
const ENDPOINT = 'https://api.mistral.ai';

Expand Down

0 comments on commit 5efba3b

Please sign in to comment.