Skip to content

Commit 1cae9dc

Browse files
chore: bump version to 0.1.1 [skip ci]
1 parent c149f3e commit 1cae9dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [v0.1.1](https://github.com/docling-project/docling-sdg/releases/tag/v0.1.1) - 2025-03-26
2+
3+
### Fix
4+
5+
* Fix pypi release config ([#17](https://github.com/docling-project/docling-sdg/issues/17)) ([`c149f3e`](https://github.com/docling-project/docling-sdg/commit/c149f3e55a96516c4f9298e92ce83f6ea73177d9))
6+
17
## [v0.1.0](https://github.com/docling-project/docling-sdg/releases/tag/v0.1.0) - 2025-03-26
28

39
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "docling-sdg"
3-
version = "0.1.0" # DO NOT EDIT, updated automatically
3+
version = "0.1.1" # DO NOT EDIT, updated automatically
44
description = "Docling for Synthetic Data Generation (SDG) provides a set of tools to create artificial data from documents, leveraging generative AI and docling's parsing capabilities."
55
license = {text = "MIT"}
66
authors = [

0 commit comments

Comments
 (0)