From 435d70cddcd7660097e4566c27ebf01c06ca83d5 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:05:05 +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 7a6fdf4..ba1ad2b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -27,6 +27,10 @@ Upcoming release `[project]` section in `pyproject.toml`. * Andreas Thum +0.3.0 + + * Andreas Thum + 0.2.0 * Andreas Thum From ef2cedab5353ffd83f49993403592528f7eabe9d Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:05:58 +0100 Subject: [PATCH 2/2] [pyproject.toml]: Bump Version Number from `0.2.0` to `0.3.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d26ed6a..85fc915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ # Project metadata. See # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ name = "hpcss" -version = "0.2.0" +version = "0.3.0" description = "Slurm scripts to run and analyze MD simulations on HPC clusters" readme = "README.rst" requires-python = ">=3.8, <3.12"