Skip to content

Commit f195e4b

Browse files
authored
Merge pull request #411 from EducationalTestingService/release/1.5.1
SKLL Release v1.5.1
2 parents dc9644c + 1a27b8b commit f195e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/skll/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: skll
3-
version: 1.5
3+
version: 1.5.1
44

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

skll/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
:organization: ETS
88
"""
99

10-
__version__ = '1.5'
10+
__version__ = '1.5.1'
1111
VERSION = tuple(int(x) for x in __version__.split('.'))

0 commit comments

Comments
 (0)