From 7f8e114bb2daf00cebece52cde133862dec36ffb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Aug 2024 11:28:26 +0000 Subject: [PATCH] chore: bump version to 1.1.1 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522f4e6..393b370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.1) - 2024-08-14 + +### Fix + +* Allow newer torch and update deps ([#9](https://github.com/DS4SD/docling-ibm-models/issues/9)) ([`79e389a`](https://github.com/DS4SD/docling-ibm-models/commit/79e389a60f2fb9295617198d6985957aab53f04d)) + ## [v1.1.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.0) - 2024-07-18 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 9971716..6189977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.1.0" # DO NOT EDIT, updated automatically +version = "1.1.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"