Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
takuma-yoneda committed May 9, 2023
1 parent 2ecfa27 commit bf62b66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lmn/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.4rc1"
__version__ = "0.2.5"
2 changes: 2 additions & 0 deletions lmn/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ def exec(self, cmd: str, relative_workdir, slurm_conf, env: Optional[dict] = Non
sbatch_lines = sbatch_lines[:-1] + exports + sbatch_lines[-1:]
exec_file = '\n'.join(sbatch_lines)

# TODO: If you're running a sweep, the content of the file should stay the same.
# thus there shouldn't be a need to run these every time.
file_obj = StringIO(exec_file)
self.client.put(file_obj, workdir / '.sbatch-script.sh')

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lmn"
version = "0.2.4rc1"
version = "0.2.5"
description = "LMN: LaMbda functions across servers for Noobs"
authors = [
{name = "Takuma Yoneda", email = "takuma-yoneda@users.noreply.github.com"},
Expand Down
47 changes: 0 additions & 47 deletions setup.py

This file was deleted.

0 comments on commit bf62b66

Please sign in to comment.