Skip to content

Commit 8c352ca

Browse files
chore: bump version to 0.0.2 [skip ci]
1 parent ca15f5f commit 8c352ca

File tree

3 files changed

+77
-72
lines changed

3 files changed

+77
-72
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## [v0.0.2](https://github.com/docling-project/docling-jobkit/releases/tag/v0.0.2) - 2025-04-16
2+
3+
### Fix
4+
5+
* CI and formatting ([#18](https://github.com/docling-project/docling-jobkit/issues/18)) ([`ca15f5f`](https://github.com/docling-project/docling-jobkit/commit/ca15f5f25632297efd05198d10ba19b5312d6b49))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "docling-jobkit"
7-
version = "0.1.0" # DO NOT EDIT, updated automatically
7+
version = "0.0.2" # DO NOT EDIT, updated automatically
88
description = "Running a distributed job processing documents with Docling."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)