summaryrefslogtreecommitdiff
path: root/urwid/version.py
blob: d900d33473cc5a9eff82e44339123146cd8e64e8 (plain)
1
2
3
4
5

VERSION = (1, 2, 1, 'dev')
__version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]