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: cb63b8093ba08b411031f44c3e6029400b4d3477 (
plain
)
1
2
3
4
5
# -*- coding: utf-8 -*-
VERSION
=
(
0
,
2
,
5
)
__version__
=
"."
.
join
(
map
(
str
,
VERSION
))