diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-12-30 14:32:33 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-12-30 14:32:33 +0100 |
| commit | c682324a2adf26465741108cf500f87125f1a08b (patch) | |
| tree | c1cb1a2dcb8f82b26c46fb634a971ccc3185f727 /gensvm | |
| parent | updates to the gensvm c library (diff) | |
| download | pygensvm-c682324a2adf26465741108cf500f87125f1a08b.tar.gz pygensvm-c682324a2adf26465741108cf500f87125f1a08b.zip | |
update version and changelog
Diffstat (limited to 'gensvm')
| -rw-r--r-- | gensvm/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gensvm/__init__.py b/gensvm/__init__.py index 326fac9..c1244ce 100644 --- a/gensvm/__init__.py +++ b/gensvm/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.5' +__version__ = '0.1.6' from .core import GenSVM from .gridsearch import GenSVMGridSearchCV |
