index
:
pygensvm
master
Python package for the GenSVM classifier
deploy
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gensvm
/
__version__.py
blob: 27afc55abb93f01851a118dfe99083c3d79a89e8 (
plain
)
1
2
3
4
5
# -*- coding: utf-8 -*-
VERSION
=
(
0
,
2
,
6
)
__version__
=
"."
.
join
(
map
(
str
,
VERSION
))