Skip to content

Commit

Permalink
update python package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Mar 26, 2017
1 parent ff28aa2 commit 0969200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/seldon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .util import RecommenderWrapper,Recommender,Extension,ExtensionWrapper,Recommender_wrapper,Extension_wrapper

__version__ = '2.1'
__version__ = '2.2'

class NullHandler(logging.Handler):
def emit(self, record):
Expand Down

0 comments on commit 0969200

Please sign in to comment.