Skip to content

Commit 59c2eb9

Browse files
committed
v0.0.12: Update PyPI badge color and version
1 parent 2d23355 commit 59c2eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[![Tests](https://img.shields.io/github/actions/workflow/status/HzaCode/OneCite/tests.yml?style=flat-square&logo=github)](https://github.com/HzaCode/OneCite/actions)
1717
[![codecov](https://img.shields.io/codecov/c/github/HzaCode/OneCite?style=flat-square&logo=codecov)](https://codecov.io/gh/HzaCode/OneCite)
18-
[![PyPI](https://img.shields.io/pypi/v/onecite?style=flat-square&logo=pypi)](https://pypi.org/project/onecite/)
18+
[![PyPI](https://img.shields.io/pypi/v/onecite?style=flat-square&logo=pypi&color=blue)](https://pypi.org/project/onecite/)
1919
[![Python](https://img.shields.io/badge/3.10+-blue?style=flat-square&logo=python)](https://www.python.org)
2020
[![Downloads](https://img.shields.io/pepy/dt/onecite?style=flat-square)](https://pepy.tech/project/onecite)
2121
[![MIT](https://img.shields.io/badge/MIT-green?style=flat-square)](LICENSE)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "onecite"
7-
version = "0.0.11"
7+
version = "0.0.12"
88
description = "Universal citation management and academic reference toolkit"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)