We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ec845 commit d402fccCopy full SHA for d402fcc
README.rst
@@ -134,6 +134,7 @@ Read its `license terms <https://github.com/ImageOptim/libimagequant#license>`_
134
Changelog
135
---------
136
137
+* **v1.0.2:** Python 3.10 support and wheels
138
* **v1.0.1:** Fix encoding while reading the README in setup.py
139
* **v1.0.0:** Initial release with a minimal API.
140
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="imagequant",
16
- version="1.0.1",
+ version="1.0.2",
17
description="Image Quantization Library",
18
url="https://github.com/wanadev/imagequant-python",
19
license="BSD-3-Clause",
0 commit comments