Skip to content

Commit

Permalink
docs: Restore alt-text to README
Browse files Browse the repository at this point in the history
Removing the alt-text did not display the image on PyPI, so I'd rather have the alt text on both GitHub and PyPI
  • Loading branch information
thehale committed Nov 10, 2024
1 parent 7389588 commit 687b3e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ git-authorship https://github.com/USERNAME/REPOSITORY
```
<div align="center">

![](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)

</div>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MPL-2.0"
Expand Down

0 comments on commit 687b3e3

Please sign in to comment.