aboutsummaryrefslogtreecommitdiff
path: root/gensvm/__version__.py
blob: 562507bdcaa57229338402d12b30c09c8a636c91 (plain)
1
2
3
4
5
# -*- coding: utf-8 -*-

VERSION = (0, 2, 4)

__version__ = ".".join(map(str, VERSION))