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 bb2676f commit 43f780eCopy full SHA for 43f780e
hpc_helper/__init__.py
@@ -11,7 +11,7 @@
11
write_hpc_status_file,
12
)
13
14
-__version__ = "0.2.1"
+__version__ = "0.2.2"
15
16
__all__ = [
17
"build_job_submit_torque",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hpc_helper"
3
-version = "0.2.1"
+version = "0.2.2"
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