diff --git a/hpc_helper/__init__.py b/hpc_helper/__init__.py index e1e3a5e..c4dceba 100644 --- a/hpc_helper/__init__.py +++ b/hpc_helper/__init__.py @@ -11,7 +11,7 @@ write_hpc_status_file, ) -__version__ = "0.2.3" +__version__ = "0.2.4" __all__ = [ "build_job_submit_torque", diff --git a/pyproject.toml b/pyproject.toml index 8cb9553..619fe06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hpc_helper" -version = "0.2.3" +version = "0.2.4" description = "Python package with helper functions for working with FAU's High Performance Cluster (HPC)." authors = ["Robert Richer "] readme = "README.md"