diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-01-15 12:21:24 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-01-15 12:21:24 +0000 |
| commit | d1ddd504802072d930170b802d2cf98fb309cd46 (patch) | |
| tree | 2421ba88a37d686eca467cf85960ab7da4ae991a /gensvm/__init__.py | |
| parent | Move wrapper to better folder structure (diff) | |
| download | pygensvm-d1ddd504802072d930170b802d2cf98fb309cd46.tar.gz pygensvm-d1ddd504802072d930170b802d2cf98fb309cd46.zip | |
Code formatting with Black
Diffstat (limited to 'gensvm/__init__.py')
| -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 712da42..430b929 100644 --- a/gensvm/__init__.py +++ b/gensvm/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.7' +__version__ = "0.1.7" from .core import GenSVM from .gridsearch import GenSVMGridSearchCV |
