From ad78ca3eb5297fd16cedb642bd79529a3fc5ea57 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Mon, 24 Apr 2017 11:08:36 -0600 Subject: [PATCH] version incremented: 0.2.0. --- storj/metadata.py | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/storj/metadata.py b/storj/metadata.py index d3c60ed..3e603e0 100644 --- a/storj/metadata.py +++ b/storj/metadata.py @@ -2,14 +2,25 @@ """Storj metadata module.""" __author__ = ( - 'Daniel Hawkins,Fabian Barkhau,Mike Bailey,Pedro Salgado,James Prestwich,Marc Schubert' + 'Daniel Hawkins', + 'Fabian Barkhau', + 'James Prestwich', + 'Marc Schubert', + 'Marco Rosa', + 'Mike Bailey', + 'Pedro Salgado', + 'Shawn Wilkinson', + 'Wiktor Jezioro' ) -__author_email__ = ( - 'hwkns@alum.mit.edu;' - 'f483@storj.io;' - 'mibgranny@aol.com;' - 'steenzout@ymail.com;' - 'james@storj.io;' - 'marc.schubert@gmail.com' -) -__version__ = '0.1.7' +__author_email__ = ';'.join([ + 'hwkns@alum.mit.edu', + 'f483@storj.io', + 'james@storj.io', + 'marc.schubert@gmail.com', + '', + 'mibgranny@aol.com', + 'steenzout@ymail.com', + '', + 'lakewik@lakewik.pl' +]) +__version__ = '0.2.0'