diff --git a/easy_pil/_version.py b/easy_pil/_version.py index 6d5ffdb..9880a73 100644 --- a/easy_pil/_version.py +++ b/easy_pil/_version.py @@ -1,6 +1,6 @@ from collections import namedtuple -__version__ = "0.2.3" +__version__ = "0.2.4" VersionInfo = namedtuple("VersionInfo", "major minor macro release") diff --git a/pyproject.toml b/pyproject.toml index 6dbe5d5..3fbaca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "easy-pil" -version = "0.2.3" +version = "0.2.4" description = "A Python library built on top of PIL to easily edit/modify images" keywords = ["easy-pil", "easy pillow", "Pillow", "image editing"] authors = ["Md Shahriyar Alam "]