diff --git a/CITATION.cff b/CITATION.cff index 4e3abe5..aaeaeb2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: Sven orcid: https://orcid.org/0000-0003-3689-2162 title: hpc-rocket -version: 0.5.0 +version: 0.6.0 url: https://github.com/SvenMarcus/hpc-rocket repository-code: https://github.com/SvenMarcus/hpc-rocket references: diff --git a/pyproject.toml b/pyproject.toml index 57d3d59..fee7fcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hpc-rocket" -version = "0.5.0" +version = "0.6.0" description = "A tool to run Slurm sbatch commands over SSH" authors = [{ name = "Sven Marcus", email = "s.marcus@outlook.de" }] dependencies = [ diff --git a/setup.cfg b/setup.cfg index 916b5f5..5bca042 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hpc-rocket -version = 0.5.0 +version = 0.6.0 author = Sven Marcus description = A tool to run Slurm sbatch commands over SSH url = https://github.com/SvenMarcus/hpc-rocket