Skip to content

Commit

Permalink
Merge pull request #411 from EducationalTestingService/release/1.5.1
Browse files Browse the repository at this point in the history
SKLL Release v1.5.1
  • Loading branch information
desilinguist committed Jan 31, 2018
2 parents dc9644c + 1a27b8b commit f195e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/skll/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: skll
version: 1.5
version: 1.5.1

source:
path: ../../../skll
Expand Down
2 changes: 1 addition & 1 deletion skll/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
:organization: ETS
"""

__version__ = '1.5'
__version__ = '1.5.1'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit f195e4b

Please sign in to comment.