Skip to content

Commit d073eef

Browse files
committed
Prepare pre-workshop release
1 parent 40510b9 commit d073eef

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363

6464
# General information about the project.
6565
project = u'OpenML'
66-
copyright = u'2014-2016, Matthias Feurer, Andreas Müller, Farzan Majdani, ' \
67-
u'Joaquin Vanschoren and Pieter Gijsbers'
66+
copyright = u'2014-2017, Matthias Feurer, Andreas Müller, Farzan Majdani, ' \
67+
u'Joaquin Vanschoren, Jan van Rijn and Pieter Gijsbers'
6868

6969
# The version info for the project you're documenting, acts as replacement for
7070
# |version| and |release|, also used in various other places throughout the

openml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.6.0dev"
4+
__version__ = "0.6.0"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636

3737
setuptools.setup(name="openml",
38-
author="Matthias Feurer",
38+
author="Matthias Feurer, Andreas Müller, Farzan Majdani, "
39+
"Joaquin Vanschoren, Jan van Rijn and Pieter Gijsbers",
3940
author_email="feurerm@informatik.uni-freiburg.de",
4041
maintainer="Matthias Feurer",
4142
maintainer_email="feurerm@informatik.uni-freiburg.de",
@@ -61,4 +62,4 @@
6162
'Programming Language :: Python :: 3',
6263
'Programming Language :: Python :: 3.4',
6364
'Programming Language :: Python :: 3.5',
64-
'Programming Language :: Python :: 3.6'])
65+
'Programming Language :: Python :: 3.6'])

0 commit comments

Comments
 (0)