v0.1.3
This commit is contained in:
parent
5635fc7261
commit
ef0437eecf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="pass2csv",
|
name="pass2csv",
|
||||||
version="0.1.2",
|
version="0.1.3",
|
||||||
author="Rupus Reinefjord",
|
author="Rupus Reinefjord",
|
||||||
author_email="rupus@reinefjord.net",
|
author_email="rupus@reinefjord.net",
|
||||||
description='Export pass(1), "the standard unix password manager", to CSV',
|
description='Export pass(1), "the standard unix password manager", to CSV',
|
||||||
|
|
Loading…
Reference in a new issue