diff --git a/easy_pil/_version.py b/easy_pil/_version.py index ce04bdd..1f8ecea 100644 --- a/easy_pil/_version.py +++ b/easy_pil/_version.py @@ -1,6 +1,6 @@ from collections import namedtuple -__version__ = "0.3.8" +__version__ = "0.3.9" VersionInfo = namedtuple("VersionInfo", "major minor macro release") diff --git a/pyproject.toml b/pyproject.toml index 33f5668..c9fca4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "easy-pil" -version = "0.3.8" +version = "0.3.9" 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 "]