Skip to content

Commit

Permalink
0.2.3 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Jan 16, 2022
1 parent 703f240 commit 1d251ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hpc_helper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
write_hpc_status_file,
)

__version__ = "0.2.2"
__version__ = "0.2.3"

__all__ = [
"build_job_submit_torque",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hpc_helper"
version = "0.2.2"
version = "0.2.3"
description = "Python package with helper functions for working with FAU's High Performance Cluster (HPC)."
authors = ["Robert Richer <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1d251ca

Please sign in to comment.