We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca187b5 commit bc50f43Copy full SHA for bc50f43
.gitignore
@@ -5,6 +5,7 @@ __pycache__/
5
.DS_Store
6
.vscode/
7
*.log
8
+.pytest_cache/
9
10
*.egg-info
11
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "gitfetch"
-version = "1.2.3"
+version = "1.2.4"
description = "A neofetch-style CLI tool for git provider statistics"
readme = "README.md"
requires-python = ">=3.8"
0 commit comments