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

Commit 5efba3b

Browse files
authored
Release 0.5.0 (#81)
1 parent 0d1cc9c commit 5efba3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mistralai/mistralai",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "",
55
"author": "[email protected]",
66
"license": "ISC",

src/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import FilesClient from './files.js';
22
import JobsClient from './jobs.js';
33

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

0 commit comments

Comments
 (0)