Skip to content

Commit 52ce80c

Browse files
bump: version 0.0.0 → 0.1.0
1 parent 77d119c commit 52ce80c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.1.0 (2025-07-21)
2+
3+
### Feat
4+
5+
- trigger version bump

duosubs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from duosubs.subtitle.data import SubtitleData
4747
from duosubs.subtitle.field import SubtitleField
4848

49-
__version__ = "0.0.0"
49+
__version__ = "0.1.0"
5050

5151
__all__ = [
5252
"DeviceType",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "duosubs"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
authors = [{ name = "CK-Explorer " }]
99
description = "Semantic subtitle aligner and merger for bilingual subtitle syncing."
1010
readme = "README.md"
@@ -66,7 +66,7 @@ include = ["duosubs*"]
6666

6767
[tool.commitizen]
6868
name = "cz_conventional_commits"
69-
version = "0.0.0"
69+
version = "0.1.0"
7070
tag_format = "v$version"
7171
version_files = [
7272
"pyproject.toml",

0 commit comments

Comments
 (0)