Skip to content

Commit

Permalink
Merge branch 'release/0.22.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Dec 9, 2013
2 parents db770d4 + b74c4de commit 717c91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions skll/utilities/run_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

import argparse
import logging
import sys
from functools import partial

from skll.experiments import run_configuration
Expand Down
3 changes: 1 addition & 2 deletions skll/utilities/skll_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@

from __future__ import print_function, unicode_literals

import logging

import argparse
import logging
import os
import sys

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__ = '0.22.3'
__version__ = '0.22.4'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit 717c91c

Please sign in to comment.