From 687b3e314d4d9d09aa4798e4dbe372b66469bdc7 Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 9 Nov 2024 23:51:18 -0700 Subject: [PATCH] docs: Restore alt-text to README Removing the alt-text did not display the image on PyPI, so I'd rather have the alt text on both GitHub and PyPI --- README.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c156511..e025eda 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ git-authorship https://github.com/USERNAME/REPOSITORY ```
-![](https://github.com/thehale/git-authorship/blob/master/docs/git-authorship-demo-cubingjs.gif?raw=true) +![GIF demonstrating an interactive report of the authors of the cubing library +cubing.js](https://github.com/thehale/git-authorship/blob/master/docs/git-authorship-demo-cubingjs.gif?raw=true)
diff --git a/pyproject.toml b/pyproject.toml index f9fec2b..5bd89ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [tool.poetry] name = "git-authorship" -version = "0.1.4" +version = "0.1.5" description = "Interactive reports showing who wrote each line of code in your git repository." authors = ["Joseph Hale "] license = "MPL-2.0"