Skip to content

Commit c9b256e

Browse files
committed
bump version to 0.3.2
1 parent d0cfd56 commit c9b256e

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.3.0"
3+
__version__ = "0.3.2"
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.3.1"
3+
version = "0.3.2"
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)