This is an automated email from the ASF dual-hosted git repository.

ryankert01 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 52018d44f [merge it when release] Add pypi badge (#1176)
52018d44f is described below

commit 52018d44fca9e40ee46682314894561979107839
Author: Ryan Huang <[email protected]>
AuthorDate: Sun May 10 04:06:34 2026 +0800

    [merge it when release] Add pypi badge (#1176)
    
    * Add PyPI badges to README.md
    
    * Remove duplicate license badge
    
    Removed duplicate license badge from README.
    
    * Update README.md
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 019b61247..99dedd720 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@ limitations under the License.
 # Apache Mahout
 
 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
-[![Python](https://img.shields.io/badge/Python-3.10--3.12-blue.svg)](https://www.python.org/)
+[![PyPI 
version](https://img.shields.io/pypi/v/qumat.svg?color=blue)](https://pypi.org/project/qumat/)
+[![PyPI - Python 
Version](https://img.shields.io/pypi/pyversions/qumat.svg?color=blue)](https://pypi.org/project/qumat/)
 [![GitHub 
Stars](https://img.shields.io/github/stars/apache/mahout.svg)](https://github.com/apache/mahout/stargazers)
 [![GitHub 
Contributors](https://img.shields.io/github/contributors/apache/mahout.svg)](https://github.com/apache/mahout/graphs/contributors)
 

Reply via email to