| Total Complexity | 0 |
| Total Lines | 8 |
| Duplicated Lines | 0 % |
| Changes | 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 |