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 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"