Skip to content

Commit 3432f22

Browse files
committed
Update package metainformation
1 parent 5ff8538 commit 3432f22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/nemoa/__init__.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
1010
"""
1111

12-
__version__ = '0.5.0pre17'
12+
__version__ = '0.5.0rc18'
1313
__status__ = 'Development'
1414
__description__ = 'Deep data analysis and visualization'
1515
__url__ = 'https://github.com/fishroot/nemoa'
1616
__license__ = 'GPLv3'
17-
__copyright__ = 'Copyright 2013-2015, Patrick Michl'
17+
__copyright__ = 'Copyright 2013-2016, Patrick Michl'
1818
__author__ = 'Patrick Michl'
1919
__email__ = 'patrick.michl@gmail.com'
2020
__maintainer__ = 'Patrick Michl'
21-
__credits__ = ['Rainer Koenig', 'Marcus Oswald', 'Anna Dieckmann',
22-
'Tobias Bauer', 'Alexandra Poos', 'Rebecca Krauss',
23-
'Michael Scherer', 'Sebastian Michl']
21+
__credits__ = ['Willi Jäger', 'Rainer Koenig', 'Marcus Oswald',
22+
'Anna Dieckmann', 'Tobias Bauer', 'Alexandra Poos',
23+
'Rebecca Krauss', 'Sebastian Michl']
2424

2525
import nemoa.common
2626
import nemoa.dataset

0 commit comments

Comments
 (0)