We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57afbbc commit 7e8a8beCopy full SHA for 7e8a8be
hpc_helper/__init__.py
@@ -11,7 +11,7 @@
11
write_hpc_status_file,
12
)
13
14
-__version__ = "0.3.0"
+__version__ = "0.3.1"
15
16
__all__ = [
17
"build_job_submit_torque",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hpc_helper"
3
-version = "0.3.0"
+version = "0.3.1"
4
description = "Python package with helper functions for working with FAU's High Performance Cluster (HPC)."
5
authors = ["Robert Richer <robert.richer@fau.de>"]
6
readme = "README.md"
0 commit comments