Skip to content

Commit d402fcc

Browse files
committed
v1.0.2
1 parent 33ec845 commit d402fcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Read its `license terms <https://github.com/ImageOptim/libimagequant#license>`_
134134
Changelog
135135
---------
136136

137+
* **v1.0.2:** Python 3.10 support and wheels
137138
* **v1.0.1:** Fix encoding while reading the README in setup.py
138139
* **v1.0.0:** Initial release with a minimal API.
139140

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="imagequant",
16-
version="1.0.1",
16+
version="1.0.2",
1717
description="Image Quantization Library",
1818
url="https://github.com/wanadev/imagequant-python",
1919
license="BSD-3-Clause",

0 commit comments

Comments
 (0)