simplify checking package version for some people

This commit is contained in:
Laura Liberda 2021-01-22 23:17:58 +01:00
parent 4f112c3592
commit 3bb3d99229

View file

@ -1,3 +1,6 @@
from __future__ import unicode_literals
__version__ = '2021.01.16'
if __name__ == '__main__':
print(__version__)