We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fddc30 commit d2ac24bCopy full SHA for d2ac24b
2 files changed
README.rst
@@ -136,6 +136,10 @@ Changelog
136
137
* **[NEXT]** (changes on ``master`` that have not been released yet):
138
139
+ * Nothing yet :)
140
+
141
+* **v1.0.4:**
142
143
* Added Python 3.11 support
144
145
* **v1.0.3:**
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="imagequant",
16
- version="1.0.3",
+ version="1.0.4",
17
description="Image Quantization Library",
18
url="https://github.com/wanadev/imagequant-python",
19
project_urls={
0 commit comments