Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit ad78ca3

Browse files
committed
version incremented: 0.2.0.
1 parent fcd0acf commit ad78ca3

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

storj/metadata.py

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22
"""Storj metadata module."""
33

44
__author__ = (
5-
'Daniel Hawkins,Fabian Barkhau,Mike Bailey,Pedro Salgado,James Prestwich,Marc Schubert'
5+
'Daniel Hawkins',
6+
'Fabian Barkhau',
7+
'James Prestwich',
8+
'Marc Schubert',
9+
'Marco Rosa',
10+
'Mike Bailey',
11+
'Pedro Salgado',
12+
'Shawn Wilkinson',
13+
'Wiktor Jezioro'
614
)
7-
__author_email__ = (
8-
'hwkns@alum.mit.edu;'
9-
'f483@storj.io;'
10-
'mibgranny@aol.com;'
11-
'steenzout@ymail.com;'
12-
'james@storj.io;'
13-
'marc.schubert@gmail.com'
14-
)
15-
__version__ = '0.1.7'
15+
__author_email__ = ';'.join([
16+
'hwkns@alum.mit.edu',
17+
'f483@storj.io',
18+
'james@storj.io',
19+
'marc.schubert@gmail.com',
20+
'',
21+
'mibgranny@aol.com',
22+
'steenzout@ymail.com',
23+
'',
24+
'lakewik@lakewik.pl'
25+
])
26+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)