Skip to content

Commit 7e8a8be

Browse files
committed
0.3.1 bugfix in get_running_jobs
1 parent 57afbbc commit 7e8a8be

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.3.0"
14+
__version__ = "0.3.1"
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.3.0"
3+
version = "0.3.1"
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)