Skip to content

Commit 4821da3

Browse files
committed
Update version number and copyright years.
1 parent 7660981 commit 4821da3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
New BSD License
22

3-
Copyright (c) 2012–2019 Educational Testing Service
3+
Copyright (c) 2012–2022 Educational Testing Service
44
All rights reserved.
55

66

conda-recipe/skll/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: skll
3-
version: 3.0
3+
version: 3.1
44

55
source:
66
path: ../../../skll
@@ -32,7 +32,7 @@ build:
3232
- summarize_results = skll.utils.commandline.summarize_results:main
3333

3434
requirements:
35-
build:
35+
host:
3636
- python >=3.8
3737
- pip
3838
- setuptools
@@ -43,7 +43,7 @@ requirements:
4343
- numpy
4444
- pandas
4545
- ruamel.yaml
46-
- scikit-learn >=1.0.1,<=1.0.2
46+
- scikit-learn >=1.1.2,<=1.1.3
4747
- scipy
4848
- seaborn
4949
- tabulate

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'SciKit-Learn Laboratory'
49-
copyright = u'2012-2021, Educational Testing Service'
49+
copyright = u'2012-2022, Educational Testing Service'
5050

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

skll/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
:organization: ETS
99
"""
1010

11-
__version__ = '3.0.0'
11+
__version__ = '3.1.0'
1212
VERSION = tuple(int(x) for x in __version__.split('.'))

0 commit comments

Comments
 (0)