Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2024-04-24)

### Bug Fixes

* improve error message for unknown username extractor ([8c10441](8c10441))
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent cd35b83 commit 48b1a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="pass-git-helper",
version="1.4.0",
version="1.4.1",
install_requires=["pyxdg"],
extras_require={"test": ["pytest", "pytest-coverage", "pytest-mock"]},
py_modules=["passgithelper"],
Expand Down

0 comments on commit 48b1a97

Please sign in to comment.