Skip to content

Commit c35d681

Browse files
docs: update PyPI badge to include pre-releases (#16)
## Summary Updates the PyPI badge in README.md to include pre-release versions (RC). ## Context Since Zenzic is currently in the Release Candidate phase (v0.4.0-rc4), the standard Shields.io badge was defaulting to the last stable version (0.0.1). Adding the `include_prereleases` parameter ensures the badge accurately reflects the active development state on PyPI.
1 parent ee6bb5f commit c35d681

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0
1111
</p>
1212

1313
<p align="center">
14-
<a href="https://pypi.org/project/zenzic/"><img src="https://img.shields.io/pypi/v/zenzic?color=38bdf8&style=flat-square" alt="PyPI"></a>
14+
<a href="https://pypi.org/project/zenzic/"><img src="https://img.shields.io/pypi/v/zenzic?include_prereleases&color=38bdf8&style=flat-square" alt="PyPI"></a>
1515
<a href="https://pypi.org/project/zenzic/"><img src="https://img.shields.io/pypi/pyversions/zenzic?color=10b981&style=flat-square" alt="Python"></a>
1616
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-0d9488?style=flat-square" alt="Licenza"></a>
1717
</p>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0
1111
</p>
1212

1313
<p align="center">
14-
<a href="https://pypi.org/project/zenzic/"><img src="https://img.shields.io/pypi/v/zenzic?color=38bdf8&style=flat-square" alt="PyPI"></a>
14+
<a href="https://pypi.org/project/zenzic/"><img src="https://img.shields.io/pypi/v/zenzic?include_prereleases&color=38bdf8&style=flat-square" alt="PyPI"></a>
1515
<a href="https://pypi.org/project/zenzic/"><img src="https://img.shields.io/pypi/pyversions/zenzic?color=10b981&style=flat-square" alt="Python"></a>
1616
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-0d9488?style=flat-square" alt="License"></a>
1717
</p>

0 commit comments

Comments
 (0)