From 3e470e100ec0df0cb071a7006cf38682bd9874c1 Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Tue, 21 Jun 2022 16:33:55 +0200 Subject: [PATCH] update readme badges --- README.md | 2 ++ pyproject.toml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d2d22..186319a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ #### CI/CD: [![status-badge](https://ci.44net.ch/api/badges/olofvndrhr/manga-dlp/status.svg)](https://ci.44net.ch/olofvndrhr/manga-dlp) +[![Last Release](https://img.shields.io/github/release-date/olofvndrhr/manga-DLP?label=last%20release)](https://github.com/olofvndrhr/manga-dlp/releases) +[![Version](https://img.shields.io/github/v/release/olofvndrhr/manga-dlp?label=version&sort=semver)](https://github.com/olofvndrhr/manga-dlp/releases) #### Code Analysis: diff --git a/pyproject.toml b/pyproject.toml index 69437c8..2c2e040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,6 @@ classifiers = [ dependencies = [ "requests>=2.24.0", ] -dynamic = ["version"] [project.urls] Homepage = "https://github.com/olofvndrhr/manga-dlp"