Skip to content

Commit

Permalink
Update STEMMUS-SCOPE release version in docker_process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaGomaa93 authored Dec 17, 2024
1 parent 7053bb4 commit 7ae8825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyStemmusScope/bmi/docker_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class StemmusScopeDocker:
"""Communicate with a STEMMUS_SCOPE Docker container."""

# Default image, can be overridden with config:
compatible_tags = ("1.6.1",)
compatible_tags = ("1.6.2",)

_process_ready_phrase = b"Select BMI mode:"
_process_finalized_phrase = b"Finished clean up."
Expand Down

0 comments on commit 7ae8825

Please sign in to comment.