diff --git a/README.md b/README.md index be5a9d5..5484740 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 🚀 Fast image compression for large number of images with Ray library. -[![Supported Python versions](https://img.shields.io/badge/Python-%3E=3.6-blue.svg)](https://www.python.org/downloads/) [![PEP8](https://img.shields.io/badge/Code%20style-PEP%208-orange.svg)](https://www.python.org/dev/peps/pep-0008/) +[![Supported Python versions](https://img.shields.io/badge/Python-%3E=3.7-blue.svg)](https://www.python.org/downloads/) [![PEP8](https://img.shields.io/badge/Code%20style-PEP%208-orange.svg)](https://www.python.org/dev/peps/pep-0008/) [![Poetry-build](https://github.com/Alyetama/Ray-Image/actions/workflows/poetry-build.yml/badge.svg)](https://github.com/Alyetama/Ray-Image/actions/workflows/poetry-build.yml) ## Requirements diff --git a/pyproject.toml b/pyproject.toml index 9c54279..ecdd127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rayim" -version = "1.8.1" +version = "1.8.2" description = "Fast image compression for large number of images with Ray library" authors = ["Mohammad Alyetama "] license = "MIT"