diff --git a/Cargo.lock b/Cargo.lock index 4a25e17..26d4fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2667,7 +2667,7 @@ dependencies = [ [[package]] name = "shell-cell" -version = "1.6.4" +version = "1.6.5" dependencies = [ "base64", "bollard", diff --git a/Cargo.toml b/Cargo.toml index 4e7313a..6c93d7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shell-cell" -version = "1.6.4" +version = "1.6.5" edition = "2024" description = "Shell-Cell. CLI app to spawn and manage containerized shell environments" repository = "https://github.com/Mr-Leshiy/shell-cell" diff --git a/e2e-tests/tests/test_basic.py b/e2e-tests/tests/test_basic.py index 7d7c271..4d6d32b 100644 --- a/e2e-tests/tests/test_basic.py +++ b/e2e-tests/tests/test_basic.py @@ -3,6 +3,6 @@ def test_scell_basic(spawn_scell) -> None: scell = spawn_scell(args=["--version"]) - scell.expect("shell-cell 1.6.4") + scell.expect("shell-cell 1.6.5") assert_clean_exit(scell)