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

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit dcf762c6e0049304a54c1d2d95af0e74eb02c568
Author: Haonan <[email protected]>
AuthorDate: Wed Apr 15 15:33:24 2026 +0800

    Add PyPI badge to README
    
    Added PyPI badge to README for package versioning.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 2d98b848..dd208c33 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,8 @@
 
 
[![codecov](https://codecov.io/github/apache/tsfile/graph/badge.svg?token=0Y8MVAB3K1)](https://codecov.io/github/apache/tsfile)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.tsfile/tsfile-parent.svg)](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile-parent)
+[![PyPI](https://img.shields.io/pypi/v/tsfile.svg)](https://pypi.org/project/tsfile)
+
 ## Introduction
 
 TsFile is a columnar storage file format designed for time series data, which 
supports efficient compression, high throughput of read and write, and 
compatibility with various frameworks, such as Spark and Flink. It is easy to 
integrate TsFile into IoT big data processing frameworks.

Reply via email to