File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## v0.1.0 (2025-07-21)
2+
3+ ### Feat
4+
5+ - trigger version bump
Original file line number Diff line number Diff line change 4646from duosubs .subtitle .data import SubtitleData
4747from duosubs .subtitle .field import SubtitleField
4848
49- __version__ = "0.0 .0"
49+ __version__ = "0.1 .0"
5050
5151__all__ = [
5252 "DeviceType" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " duosubs"
7- version = " 0.0 .0"
7+ version = " 0.1 .0"
88authors = [{ name = " CK-Explorer " }]
99description = " Semantic subtitle aligner and merger for bilingual subtitle syncing."
1010readme = " README.md"
@@ -66,7 +66,7 @@ include = ["duosubs*"]
6666
6767[tool .commitizen ]
6868name = " cz_conventional_commits"
69- version = " 0.0 .0"
69+ version = " 0.1 .0"
7070tag_format = " v$version"
7171version_files = [
7272 " pyproject.toml" ,
You can’t perform that action at this time.
0 commit comments