From 9aae3603e6785ac216e97c867c09980eefedd7b6 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Thu, 5 Jul 2018 13:02:29 -0700 Subject: gkeys: Update version and authors Signed-off-by: Brian Dolbec --- gkeys/gkeys/__init__.py | 4 ++-- 1 file 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 ', 'Pavlos Ratis '], + 'authors': ['Brian Dolbec ', 'Pavlos Ratis ', 'aeroniero33 '], } -- cgit v1.2.3-65-gdbad