diff --git a/pyproject.toml b/pyproject.toml index 0c11162..2678e52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyinnodb" -version = "0.0.24" +version = "0.0.25" description = "A parser for InnoDB file formats, in Python" authors = [ { name = "WinChua", email = "winchua@foxmail.com" } @@ -59,3 +59,4 @@ of = ["of:init", "of:req", "of:cp", "of:clean", "of:zip", "of:patch", "of:ex"] "of:ex" = 'chmod a+x pyinnodb.sh' "dp" = "python devtools/deploy_mysqld.py" "td" = "tar cvzf tests/test_data.tgz tests/mysql5/ tests/mysql8" +bp.shell = "uv version --bump patch && git add -u . && git commit -m 'bump: patch' && git push" diff --git a/uv.lock b/uv.lock index ecd100d..5b74f20 100644 --- a/uv.lock +++ b/uv.lock @@ -609,7 +609,7 @@ wheels = [ [[package]] name = "pyinnodb" -version = "0.0.24" +version = "0.0.25" source = { editable = "." } dependencies = [ { name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },