Skip to content

Commit cb45b46

Browse files
committed
bump version to 0.2.4
1 parent 71bbf22 commit cb45b46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

easy_pil/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections import namedtuple
22

3-
__version__ = "0.2.3"
3+
__version__ = "0.2.4"
44

55
VersionInfo = namedtuple("VersionInfo", "major minor macro release")
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "easy-pil"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "A Python library built on top of PIL to easily edit/modify images"
55
keywords = ["easy-pil", "easy pillow", "Pillow", "image editing"]
66
authors = ["Md Shahriyar Alam <mdshahriyaralam552@gmail.com>"]

0 commit comments

Comments
 (0)