urwid isn't a submodule any more
This commit is contained in:
5
urwid/version.py
Normal file
5
urwid/version.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
VERSION = (1, 3, 1, 'dev')
|
||||
__version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user