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 34d4032 commit d813dd8Copy full SHA for d813dd8
hpc_helper/__init__.py
@@ -11,7 +11,7 @@
11
cleanup_hpc_status_files,
12
)
13
14
-__version__ = "0.1.2"
+__version__ = "0.1.3"
15
16
__all__ = [
17
"build_job_submit_torque",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hpc_helper"
3
-version = "0.1.2"
+version = "0.1.3"
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