Skip to content

Commit c72d8a7

Browse files
authored
build: release 0.0.3 (#28)
1 parent 40600a2 commit c72d8a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dmconvert/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def cli():
2626
"-V",
2727
"--version",
2828
action="version",
29-
version="dmconvert 0.0.2 and source code at https://github.com/timerring/DanmakuConvert",
29+
version="dmconvert 0.0.3 and source code at https://github.com/timerring/DanmakuConvert",
3030
help="Print version information",
3131
)
3232
parser.add_argument(

dmconvert/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
def convert_xml_to_ass(font_size, sc_font_size, resolution_x, resolution_y, xml_file, ass_file):
1515
# Parse XML
16-
print("DanmakuConvert v0.0.2", flush=True)
16+
print("DanmakuConvert v0.0.3", flush=True)
1717
print("https://github.com/timerring/DanmakuConvert", flush=True)
1818
tree = ET.parse(xml_file)
1919
root = tree.getroot()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dmconvert"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
authors = [
99
{ name="timerring"},
1010
]

0 commit comments

Comments
 (0)