diff --git a/pyproject.toml b/pyproject.toml index ebde99e..00fc7d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "s4c-scripts" -version = "0.2.0" +version = "0.2.1" authors = [ { name="jgabaut", email="jgabaut@github.com" }, ] diff --git a/requirements.txt b/requirements.txt index 8f28a1a..2564f9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pillow==12.1.0 +pillow==12.1.1 diff --git a/s4c/s4c_cli.py b/s4c/s4c_cli.py index a4a2dfb..7e56c61 100755 --- a/s4c/s4c_cli.py +++ b/s4c/s4c_cli.py @@ -42,7 +42,7 @@ from .core.sheet_converter import main as sheet_converter_main from .core.png_resize import main as png_resize_main -S4C_CLI_VERSION = "0.2.0" +S4C_CLI_VERSION = "0.2.1" EXPECTED_S4C_ANIMATE_V = "0.5.0"