From de5b1db3c6d4584f60bd26ec841d9d88fdcf2696 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:54:40 +0100 Subject: [PATCH 1/2] [AUTHORS.rst]: Prepare New Release --- AUTHORS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index ba1ad2b..ae2df1e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -27,6 +27,10 @@ Upcoming release `[project]` section in `pyproject.toml`. * Andreas Thum +0.4.0 + + * Andreas Thum + 0.3.0 * Andreas Thum From 4b8f9e1db8af078e4c38ffe10214e421780e4c69 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:55:15 +0100 Subject: [PATCH 2/2] [pyproject.toml]: Bump Version Number from `0.3.0` to `0.4.0` --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85fc915..49a3a27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,9 @@ [project] # Project metadata. See # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ +# Keep in sync with CITATION.cff and AUTHORS.rst! name = "hpcss" -version = "0.3.0" +version = "0.4.0" description = "Slurm scripts to run and analyze MD simulations on HPC clusters" readme = "README.rst" requires-python = ">=3.8, <3.12"