From 944cd82a84cda959f0cdc42c691074fa7a7f7302 Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Thu, 23 Sep 2021 04:04:06 -0400 Subject: [PATCH] Release 0.1.3 Update README badges for build status --- README.md | 1 + build.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a0f7f8..7b80076 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![PyPI Cleanup Version](https://img.shields.io/pypi/v/pypi-cleanup?logo=pypi)](https://pypi.org/project/pypi-cleanup/) [![PyPI Cleanup Python Versions](https://img.shields.io/pypi/pyversions/pypi-cleanup?logo=pypi)](https://pypi.org/project/pypi-cleanup/) +[![Build Status](https://img.shields.io/github/workflow/status/arcivanov/pypi-cleanup/pypi-cleanup/master)](https://github.com/arcivanov/pypi-cleanup/actions/workflows/pypi-cleanup.yml) [![PyPI Cleanup Downloads Per Day](https://img.shields.io/pypi/dd/pypi-cleanup?logo=pypi)](https://pypi.org/project/pypi-cleanup/) [![PyPI Cleanup Downloads Per Week](https://img.shields.io/pypi/dw/pypi-cleanup?logo=pypi)](https://pypi.org/project/pypi-cleanup/) [![PyPI Cleanup Downloads Per Month](https://img.shields.io/pypi/dm/pypi-cleanup?logo=pypi)](https://pypi.org/project/pypi-cleanup/) diff --git a/build.py b/build.py index a6fd7ba..de4e48d 100644 --- a/build.py +++ b/build.py @@ -24,7 +24,7 @@ use_plugin("python.pycharm") name = "pypi-cleanup" -version = "0.1.2" +version = "0.1.3" summary = "PyPI Bulk Release Version Cleanup Utility" authors = [Author("Arcadiy Ivanov", "arcadiy@ivanov.biz")]