From 0916bd72ee0b7cfbb7402b2ad6bca60dbcaa8b8a Mon Sep 17 00:00:00 2001 From: J S <49557684+svilupp@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:12:25 +0100 Subject: [PATCH] version fix --- CHANGELOG.md | 9 +++------ Project.toml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b0ff251..75f4f7358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [0.44.1] - -### Fixed -- Fixed a bug where `wrap_string` would not correctly split very long Unicode words. - - ## [0.44.0] ### Added - Added Mistral Large 2 and Mistral-Nemo to the model registry (alias `mistral-nemo`). +### Fixed +- Fixed a bug where `wrap_string` would not correctly split very long Unicode words. + ## [0.43.0] ### Added diff --git a/Project.toml b/Project.toml index 77b37816f..5a35589f8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PromptingTools" uuid = "670122d1-24a8-4d70-bfce-740807c42192" authors = ["J S @svilupp and contributors"] -version = "0.44.1" +version = "0.44.0" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"