mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
8 lines
178 B
Python
8 lines
178 B
Python
# vim:fileencoding=utf-8:noet
|
|
from __future__ import (unicode_literals, division, absolute_import, print_function)
|
|
|
|
__version__ = "2.8.4"
|
|
|
|
def get_version():
|
|
return __version__
|