Skip to content

Commit e2cbb84

Browse files
authored
Merge pull request #756 from EducationalTestingService/release/4.0.1
Release v4.0.1
2 parents 7ae88db + f79fff6 commit e2cbb84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/skll/meta.yaml

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

55
source:
66
path: ../../../skll

skll/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
:organization: ETS
1111
"""
1212

13-
__version__ = "4.0.0"
13+
__version__ = "4.0.1"
1414
VERSION = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)