From 841fac6421d16c2f7e9ad3e1da45b0b080313605 Mon Sep 17 00:00:00 2001 From: Raphael Cristal Date: Fri, 21 Jul 2023 14:03:22 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d49fad53..9625d0fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.18 + +- [#255](https://github.com/cohere-ai/cohere-python/pull/255) + - Add custom model metrics endpoint + ## 4.17 - [#263](https://github.com/cohere-ai/cohere-python/pull/263) diff --git a/pyproject.toml b/pyproject.toml index 2805bf409..256b608e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cohere" -version = "4.17.0" +version = "4.18.0" description = "" authors = ["Cohere"] readme = "README.md"