diff --git a/CHANGELOG.md b/CHANGELOG.md index 9949338..89b6b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.0.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v2.0.1) - 2024-10-16 + +### Fix + +* Numpy with python 3.13 support ([#39](https://github.com/DS4SD/docling-ibm-models/issues/39)) ([`4fddc45`](https://github.com/DS4SD/docling-ibm-models/commit/4fddc45cd7b7684a28b5556cbf0681540d5d4010)) + ## [v2.0.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v2.0.0) - 2024-10-03 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 86cca66..5fd932d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "2.0.0" # DO NOT EDIT, updated automatically +version = "2.0.1" # DO NOT EDIT, updated automatically description = "This package contains the AI models used by the Docling PDF conversion package" authors = ["Nikos Livathinos ", "Maxim Lysak ", "Ahmed Nassar ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"