Skip to content

Commit

Permalink
Update version number and copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Sep 14, 2022
1 parent 7660981 commit 4821da3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
New BSD License

Copyright (c) 2012–2019 Educational Testing Service
Copyright (c) 2012–2022 Educational Testing Service
All rights reserved.


Expand Down
6 changes: 3 additions & 3 deletions conda-recipe/skll/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: skll
version: 3.0
version: 3.1

source:
path: ../../../skll
Expand Down Expand Up @@ -32,7 +32,7 @@ build:
- summarize_results = skll.utils.commandline.summarize_results:main

requirements:
build:
host:
- python >=3.8
- pip
- setuptools
Expand All @@ -43,7 +43,7 @@ requirements:
- numpy
- pandas
- ruamel.yaml
- scikit-learn >=1.0.1,<=1.0.2
- scikit-learn >=1.1.2,<=1.1.3
- scipy
- seaborn
- tabulate
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

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

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion skll/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
:organization: ETS
"""

__version__ = '3.0.0'
__version__ = '3.1.0'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit 4821da3

Please sign in to comment.