Skip to content

Commit 43f780e

Browse files
committed
0.2.2 improved support for slurm
1 parent bb2676f commit 43f780e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hpc_helper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
write_hpc_status_file,
1212
)
1313

14-
__version__ = "0.2.1"
14+
__version__ = "0.2.2"
1515

1616
__all__ = [
1717
"build_job_submit_torque",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hpc_helper"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Python package with helper functions for working with FAU's High Performance Cluster (HPC)."
55
authors = ["Robert Richer <robert.richer@fau.de>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)