v1.1.0
This commit is contained in:
parent
364f348e40
commit
2ca6ede26f
2 changed files with 2 additions and 2 deletions
2
pass2csv
2
pass2csv
|
@ -7,7 +7,7 @@ import sys
|
|||
|
||||
import gnupg
|
||||
|
||||
__version__ = '1.0.0'
|
||||
__version__ = '1.1.0'
|
||||
|
||||
|
||||
def stderr(s, *args, **kwargs):
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = pass2csv
|
||||
version = 1.0.0
|
||||
version = 1.1.0
|
||||
author = Rupus Reinefjord
|
||||
author_email = rupus@reinefjord.net
|
||||
description = Export pass(1), "the standard unix password manager", to CSV
|
||||
|
|
Loading…
Reference in a new issue