From 5ad9c7478fde797387e7ffad5d1d7cbc4c1ea22b Mon Sep 17 00:00:00 2001 From: WEN Hao Date: Thu, 23 Nov 2023 09:57:25 +0800 Subject: [PATCH] bump version --- README.md | 2 ++ sphinx_emoji_favicon/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a04e97..01af1ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Sphinx emoji favicon [![PyPI](https://img.shields.io/pypi/v/sphinx-emoji-favicon?style=flat-square)](https://pypi.org/project/sphinx-emoji-favicon/) +[![codecov](https://codecov.io/github/DeepPSP/sphinx-emoji-favicon/graph/badge.svg?token=XO53nHzvUM)](https://codecov.io/github/DeepPSP/sphinx-emoji-favicon) +[![pytest](https://github.com/DeepPSP/sphinx-emoji-favicon/actions/workflows/run-pytest.yml/badge.svg)](https://github.com/DeepPSP/sphinx-emoji-favicon/actions/workflows/run-pytest.yml) [![license](https://img.shields.io/github/license/DeepPSP/sphinx-emoji-favicon?style=flat-square)](LICENSE) [![downloads](https://img.shields.io/pypi/dm/sphinx-emoji-favicon?style=flat-square)](https://pypistats.org/packages/sphinx-emoji-favicon) diff --git a/sphinx_emoji_favicon/__init__.py b/sphinx_emoji_favicon/__init__.py index 7212030..11105c1 100644 --- a/sphinx_emoji_favicon/__init__.py +++ b/sphinx_emoji_favicon/__init__.py @@ -14,7 +14,7 @@ logger = logging.getLogger(__name__) -version = "0.1" +version = "0.2" # constants