From d54e74d8412754616e88d2e8508173eb1c2a2bad Mon Sep 17 00:00:00 2001 From: dachengx Date: Thu, 12 Dec 2024 14:22:25 -0600 Subject: [PATCH] Should also bump `pyproject.toml` --- .bumpversion.cfg | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c46e1e7..861bd6e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -3,3 +3,7 @@ current_version = 0.5.3 files = appletree/__init__.py commit = True tag = True + +[bumpversion:file:pyproject.toml] +search = version = "{current_version}" +replace = version = "{new_version}" diff --git a/pyproject.toml b/pyproject.toml index 2129984..2422e4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "appletree" -version = "0.5.2" +version = "0.5.3" description = "A high-Performance Program simuLatEs and fiTs REsponse of xEnon." readme = "README.md" authors = [