Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Upcoming release
`[project]` section in `pyproject.toml`.
* Andreas Thum

0.4.0

* Andreas Thum

0.3.0

* Andreas Thum
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down