We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72be6a8 commit 909dcadCopy full SHA for 909dcad
README.md
@@ -54,6 +54,11 @@ Rather just import them using gpg command one time and delete those files.
54
$gpg --import public.asc
55
$gpg --batch --import private.asc
56
57
+For deleting gpg keys
58
+
59
+ $gpg --delete-secret-keys <fingerprint>
60
+ $gpg --delete-key <fingerprint>
61
62
63
### Passbolt API
64
setup.py
@@ -28,7 +28,7 @@
28
install_requires = fp.read()
29
30
DESCRIPTION = "A python client for Passbolt."
31
-VERSION = "0.1.2"
+VERSION = "0.1.3"
32
33
34
with open("README.md", "r") as fh:
0 commit comments