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

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

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-
9-
10-
11-
12-
13-
14-
)
15-
__version__ = '0.1.7'
15+
__author_email__ = ';'.join([
16+
17+
18+
19+
20+
'',
21+
22+
23+
'',
24+
25+
])
26+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)