Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed May 31, 2023
1 parent 91d8f00 commit 29e63fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes-keepass.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def load(service: Secret.Service) -> CredentialCollection:
return CredentialCollection(credentials)


parser = argparse.ArgumentParser(description='''qubes-keepass v1.0.0 - A rofi based KeePassXC frontend for Qubes''')
parser = argparse.ArgumentParser(description='''qubes-keepass v1.1.0 - A rofi based KeePassXC frontend for Qubes''')
parser.add_argument('qube', help='qube to copy the credential to')
parser.add_argument('--trust-level', type=int, help='numerical trust level of the qube')
parser.add_argument('--config', help='path to the configuration file')
Expand Down

0 comments on commit 29e63fc

Please sign in to comment.