Skip to content

Commit bc50f43

Browse files
committed
version bump
1 parent ca187b5 commit bc50f43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ __pycache__/
55
.DS_Store
66
.vscode/
77
*.log
8+
.pytest_cache/
89

910
*.egg-info
1011

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitfetch"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
description = "A neofetch-style CLI tool for git provider statistics"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)