Skip to content

Commit 909dcad

Browse files
committed
Version updated
1 parent 72be6a8 commit 909dcad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ Rather just import them using gpg command one time and delete those files.
5454
$gpg --import public.asc
5555
$gpg --batch --import private.asc
5656

57+
For deleting gpg keys
58+
59+
$gpg --delete-secret-keys <fingerprint>
60+
$gpg --delete-key <fingerprint>
61+
5762

5863
### Passbolt API
5964

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
install_requires = fp.read()
2929

3030
DESCRIPTION = "A python client for Passbolt."
31-
VERSION = "0.1.2"
31+
VERSION = "0.1.3"
3232

3333

3434
with open("README.md", "r") as fh:

0 commit comments

Comments
 (0)