chore: bump version to 0.5.1 [skip ci]

This commit is contained in:
github-actions[bot]
2025-03-10 17:31:51 +00:00
parent 3c9825df30
commit b92c5d8899
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## [v0.5.1](https://github.com/DS4SD/docling-serve/releases/tag/v0.5.1) - 2025-03-10
### Fix
* Submodules in wheels ([#85](https://github.com/DS4SD/docling-serve/issues/85)) ([`a92ad48`](https://github.com/DS4SD/docling-serve/commit/a92ad48b287bfcb134011dc0fc3f91ee04e067ee))
## [v0.5.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.5.0) - 2025-03-07
### Feature

View File

@@ -1,6 +1,6 @@
[project]
name = "docling-serve"
version = "0.5.0" # DO NOT EDIT, updated automatically
version = "0.5.1" # DO NOT EDIT, updated automatically
description = "Running Docling as a service"
license = {text = "MIT"}
authors = [

2
uv.lock generated
View File

@@ -504,7 +504,7 @@ wheels = [
[[package]]
name = "docling-serve"
version = "0.5.0"
version = "0.5.1"
source = { editable = "." }
dependencies = [
{ name = "docling" },