Skip to content

Commit a14b7f6

Browse files
committed
chore: bump version to 1.3.0
1 parent 8842c02 commit a14b7f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def save_config():
180180
"<a href='https://github.com/harry0703/MoneyPrinterTurbo'>https://github.com/harry0703/MoneyPrinterTurbo</a>"
181181
"<br><small>Supported by <a href='https://aihubmix.com/?aff=CEve'>AIHubMix</a></small>",
182182
)
183-
project_version = _cfg.get("project_version", "1.2.9")
183+
project_version = _cfg.get("project_version", "1.3.0")
184184
reload_debug = False
185185

186186
app["redis_host"] = os.getenv(

pyproject.toml

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

88
[project]
99
name = "moneyprinterturbo"
10-
version = "1.2.9"
10+
version = "1.3.0"
1111
description = "Generate short videos from prompts, local assets, subtitles, and TTS."
1212
readme = "README-en.md"
1313
requires-python = ">=3.11,<3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)