Skip to content

Commit d813dd8

Browse files
committed
0.1.3: bugfixes
1 parent 34d4032 commit d813dd8

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
cleanup_hpc_status_files,
1212
)
1313

14-
__version__ = "0.1.2"
14+
__version__ = "0.1.3"
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.1.2"
3+
version = "0.1.3"
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)