aboutsummaryrefslogtreecommitdiff
path: root/gkeys
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2018-07-05 13:02:29 -0700
committerBrian Dolbec <dolsen@gentoo.org>2018-07-06 22:22:14 -0700
commit9aae3603e6785ac216e97c867c09980eefedd7b6 (patch)
tree65ee4b7ce4335df3da78cb1a7efe9dfb1299fe8c /gkeys
parentgkeys py2man: Add email option (diff)
downloadgentoo-keys-9aae3603e6785ac216e97c867c09980eefedd7b6.tar.gz
gentoo-keys-9aae3603e6785ac216e97c867c09980eefedd7b6.tar.bz2
gentoo-keys-9aae3603e6785ac216e97c867c09980eefedd7b6.zip
gkeys: Update version and authors
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'gkeys')
-rw-r--r--gkeys/gkeys/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gkeys/gkeys/__init__.py b/gkeys/gkeys/__init__.py
index a1e901c..dc19604 100644
--- a/gkeys/gkeys/__init__.py
+++ b/gkeys/gkeys/__init__.py
@@ -9,7 +9,7 @@ from collections import OrderedDict
from gkeys.action_map import Action_Map, Available_Actions
-__version__ = '0.2'
+__version__ = '0.3'
__license__ = 'GPLv2'
if sys.version_info[0] >= 3:
@@ -32,5 +32,5 @@ the GPG keys used for validation on users and Gentoo's infrastracutre servers.
Gentoo Keys is able to verify GPG keys used for Gentoo's release media,
such as installation CD's, Live DVD's, packages and other GPG signed documents.''',
'sub-cmds': subdata,
- 'authors': ['Brian Dolbec <dolsen@gentoo.org>', 'Pavlos Ratis <dastergon@gentoo.org>'],
+ 'authors': ['Brian Dolbec <dolsen@gentoo.org>', 'Pavlos Ratis <dastergon@gentoo.org>', 'aeroniero33 <justthisthing@gmail.com>'],
}