goblin.version   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 8
rs 10
c 0
b 0
f 0
wmc 0
1
"""Version information for Goblin.
2
3
This file is imported by ``goblin.__init__``,
4
and parsed by ``setup.py``.
5
"""
6
7
__version__ = '2.1.0'
8