Skip to content

Commit f073ef4

Browse files
committed
Update version to 1.0.1 in pyproject.toml and add acknowledgements section in README.md for AI tool assistance
1 parent 5727004 commit f073ef4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,6 @@ This project is licensed under the MIT License. See the [LICENSE](./LICENSE) fil
163163

164164
Enjoy compressing your images efficiently with `imgdiet`!
165165

166+
## Acknowledgements
167+
168+
This project was developed with assistance from advanced AI tools 🤖, including ChatGPT, Claude 3.5 Sonnet, and Cursor AI, which provided guidance and feedback throughout the process.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "imgdiet"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A Python package for minimizing file size of images with minimal quality loss"
55
readme = {file = "README.md", content-type = "text/markdown"}
66
authors = [ { name="Yonghye Kwon", email="developer.0hye@gmail.com" } ]

0 commit comments

Comments
 (0)